Hi
I am trying to deploy Adobe Shockwave msi 12.1.1.151 package in SCCM 2012 R2 with following command on x64 bit machines
Command- msiexec /i "sw_lic_full_installer.msi" /qn
I can install package manually on command prompt using same command
but sccm deployment failed with error 0x643(1603)
Software Center shows Post due - will be retired status
I can seeprogram files downloaded in ccmcache
I have checked appdiscovery.log and found following multiple times
I review Technet but none of solutions worked for me, alredy spent lot of time to figure out but same results
Performing detection of app deployment type Adobe Shockwave Player 12.1 - Windows Installer (*.msi file)(ScopeId_9DAA34A9-2E47-4FEB-8AE5-E726691FA2FD/DeploymentType_dc87d32a-64bc-4948-b438-1d2b41666d37, revision 6) for system.
+++ Application not discovered. [AppDT Id: ScopeId_9DAA34A9-2E47-4FEB-8AE5-E726691FA2FD/DeploymentType_dc87d32a-64bc-4948-b438-1d2b41666d37, Revision: 6]
+++ Did not detect app deployment type Adobe Shockwave Player 12.1 - Windows Installer (*.msi file)(ScopeId_9DAA34A9-2E47-4FEB-8AE5-E726691FA2FD/DeploymentType_dc87d32a-64bc-4948-b438-1d2b41666d37, revision 8) for system.
AppEnforce.log
+++ Application not discovered. [AppDT Id: ScopeId_9DAA34A9-2E47-4FEB-8AE5-E726691FA2FD/DeploymentType_dc87d32a-64bc-4948-b438-1d2b41666d37, Revision: 8]AppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
App enforcement environment:
Context: Machine
Command line: msiexec /i "sw_lic_full_installer.msi" /qn
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\Windows\ccmcache\7e
Working directory: AppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Prepared working directory: C:\Windows\ccmcache\7eAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Found executable file msiexec with complete path C:\Windows\system32\msiexec.exeAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Prepared command line: "C:\Windows\system32\msiexec.exe" /i "sw_lic_full_installer.msi" /qn /qnAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Valid MSI Package path = C:\Windows\ccmcache\7e\sw_lic_full_installer.msiAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Advertising MSI package [C:\Windows\ccmcache\7e\sw_lic_full_installer.msi] to the system.AppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Executing Command line: "C:\Windows\system32\msiexec.exe" /i "sw_lic_full_installer.msi" /qn /qn with system contextAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Working directory C:\Windows\ccmcache\7eAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Post install behavior is BasedOnExitCodeAppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Waiting for process 4408 to finish. Timeout = 20 minutes.AppEnforce29/10/2014 6:46:19 PM1580 (0x062C)
Process 4408 terminated with exitcode: 1603AppEnforce29/10/2014 6:46:21 PM1580 (0x062C)
Looking for exit code 1603 in exit codes table...AppEnforce29/10/2014 6:46:21 PM1580 (0x062C)
Unmatched exit code (1603) is considered an execution failure.AppEnforce29/10/2014 6:46:21 PM1580 (0x062C)
I would really appreciate suggestions and help
Thanks
RJ
RJ09