Creative Cloud Dreamweaver CC6 64-bit exit code 1603
Received a Creative Cloud package for Dreamweaver CC6 64-bit from another department. I am trying to deploy their package by SCCM to a clean build 64-bit Windows 7 Professional virtual machine (VMware Workstation 12 Pro) with 4 GB memory, 19.5 GB free disk space. Unattended install is failing with exit code 1603. Here's the install command:
msiexec.exe /I "Creative Cloud Dreamweaver CC6 64-Bit.msi" /LV* "C:\Logs\DreamweaverCC2014_15.1.0_Install.log" /Quiet ALLUSERS=2 IGNOREAAM=1 REBOOT=ReallySuppress
Found that IGNOREAAM public property, which had no effect, in Adobe's "Troubleshooting and Support" article, relevant section excerpted here:
Error 1603 and installation or upgrade failures
1603 is an MSI error code that can be thrown as the result of a file conflict or permissions issue. This error also may appear if a previous uninstall was incomplete. If you see this error, try:
- The suggestions on the Microsoft support site.
- Using IGNOREAAM=1 in a command line installation.
- Using the Cleaner tool to completely remove Acrobat, and then reinstall.
Excerpts from the various log files follow. From Windows Installer log file C:\Logs\DreamweaverCC2014_15.1.0_Install.log:
MSI (s) (BC:8C) [08:54:41:276]: Executing op: CustomActionSchedule(Action=CADeploy,ActionType=1025,Source=BinaryData,Target=runDeploymentManagerCA,CustomActionData=mode=install;sourceDir=C:\windows\ccmcache\4p\;installDir=;origDB=C:\windows\ccmcache\4p\Creative Cloud Dreamweaver CC6 64-Bit.msi)
MSI (s) (BC:C8) [08:54:41:304]: Invoking remote custom action. DLL: C:\windows\Installer\MSI82B9.tmp, Entrypoint: runDeploymentManagerCA
CustomAction CADeploy returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (BC:8C) [08:55:50:908]: User policy value 'DisableRollback' is 0
MSI (s) (BC:8C) [08:55:50:908]: Machine policy value 'DisableRollback' is 0
Action ended 8:55:50: InstallFinalize. Return value 3.
Entire content extracted from file "C:\Program Files (x86)\Common Files\Adobe\Installers\Adobe Setup Error.log.gz":
11/02/15 08:55:23:599 | [ERROR] | | OOBE | DE | | | | 2484 | Cannot open mediadb
Lines containing string "error" from log file C:\Windows\Temp\oobelib.log:
11/02/15 08:55:25:478 | [ERROR] | | | | OPMWrapper | | | 3836 | Failed in getting value for key in OPMGetValueForKey
Lines containing string "error" from log file C:\Windows\Temp\PDApp.log:
11/02/15 08:54:43:922 | [ERROR] | | ASU | OPM | CryptEngine | | | 3372 | Failed in key3List generation
11/02/15 08:55:09:567 | [ERROR] | | ASU | PIM | PIM | | | 2700 | Successfully freed PIM object Array
11/02/15 08:55:25:429 | [ERROR] | | ASU | OPM | CryptEngine | | | 3836 | Failed in key3List generation
11/02/15 08:55:29:074 | [INFO] | | ASU | DeploymentManager | | | | 3836 | GetIEProxyInfo - Failed to get proxy for the url, error:12180
11/02/15 08:55:50:223 | [INFO] | | ASU | DeploymentManager | | | | 3836 | The http request returned HTTP_Status:0 HttpCommunicator error:68
11/02/15 08:55:50:223 | [ERROR] | | ASU | DeploymentManager | | | | 3836 | SendEvent failed. HTTPConnectorResponse is : 68
Lines containing string "error" from log file C:\Windows\Temp\AdobeDownload\LBS.log:
11/02/15 08:54:48:590 | [INFO] | | ACC | LBS | ETS | | HTTPConnector | 3376 | GetIEProxyInfo - Failed to get proxy for the url, error:12180
11/02/15 08:55:18:651 | [INFO] | | ACC | LBS | ETS | | HTTPConnector | 3376 | The http request returned HTTP_Status:0HttpCommunicator error:0
11/02/15 08:55:21:031 | [INFO] | | ACC | LBS | ETS | | HTTPConnector | 3376 | GetIEProxyInfo - Failed to get proxy for the url, error:12180
Any help would be greatly appreciated!
