Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

32845

August 1st, 2013 08:00

DCIP 3.1 Fails to install on Server 2012 with Error 1603

When trying to install DCIP 3.1 onto ConfigMgr 2012 Sp1+Cu2 the install fails and rolls back, the error states 1603.

I have tried launching it as MSI, from Elevated Command Prompt, logged in as Local Admin...they all give same fail result.

Some of the error log shows this. (I have the whole log if anyone wants to see it)

CustomAction InstallSccmComponents returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

Property(S): PackageCode = {9CA7EBD7-7B86-4F9E-8837-5B18718A76AA}
Property(S): USERNAME = Windows User
MSI (s) (E0:B0) [08:59:51:004]: Closing MSIHANDLE (179) of type 790542 for thread 7600
MSI (s) (E0:B0) [08:59:51:004]: MainEngineThread is returning 1603
MSI (s) (E0:84) [08:59:51:004]: RESTART MANAGER: Session closed.
MSI (s) (E0:84) [08:59:51:004]: No System Restore sequence number for this installation.
MSI (s) (E0:84) [08:59:51:004]: User policy value 'DisableRollback' is 0
MSI (s) (E0:84) [08:59:51:020]: Machine policy value 'DisableRollback' is 0
MSI (s) (E0:84) [08:59:51:020]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (E0:84) [08:59:51:020]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (E0:84) [08:59:51:020]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (E0:84) [08:59:51:020]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (E0:84) [08:59:51:020]: Destroying RemoteAPI object.
MSI (s) (E0:34) [08:59:51:020]: Custom Action Manager thread ending.
MSI (c) (20:58) [08:59:51:020]: Back from server. Return value: 1603
MSI (c) (20:58) [08:59:51:020]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (20:58) [08:59:51:020]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 8:59:51: ExecuteAction. Return value 3.
MSI (c) (20:58) [08:59:51:020]: Doing action: SetupCompleteError

 

2 Posts

August 1st, 2013 10:00

To get around this I ran the following:

Just in case anyone else runs into this. I was able to get around this using an MSI Method from the Command Line:

C:\Installs\DELL\Client Integration Pack 3.1>msiexec /i "C:\Installs\DELL\Client Integration Pack 3.1\Dell_Client_Integration_Pack.msi" /l*v c:\temp\msi.log /qn

The /qn is the trick, as the Setup is looking “System Restore” to be turned on…on a server… and the /qn gets around this issue.

1.1K Posts

August 1st, 2013 09:00

I'd like to see the log.  Can you email it to me at firstname_lastname@dell.com

1.1K Posts

August 1st, 2013 12:00

Great tip!  Thanks for posting it!

3 Posts

August 6th, 2013 13:00

Alas, It installs it, but it is not functional: It gives the error:

System.TypeLoadException

Could not load assembly '..\XmlStorage\Extensions\bin\Deployment\Dell\Client\ClientDeployment'

Stack Trace:

  at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.DialogFactory.CreateForm(SmsDialogData dialogData)

  at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.DialogFactory.CreateDialog(String dialogId, String localeIndependentIdentifier, IResultObject resultObject, PropertyDataUpdated dataUpdatedDelegate, Object scopeNode, Boolean isReadOnly)

  at Microsoft.ConfigurationManagement.AdminConsole.ShowDialogTaskHandler.DoTask(NavigationModelNodeBase node, SccmTaskConfiguration sccmTask, PropertyDataUpdated dataUpdatedDelegate, Boolean readOnly)

No Events found!

Top