Silent Install for Adobe Captivate 3 (with a transform)
I am trying to create a silent install with a transform for Adobe Captivate 3.
I followed the instructions from http://www.appdeploy.com/packages/detail.asp?id=1164 and http://kb.adobe.com/selfservice/viewContent.do?externalId=325175&sliceId=1. I got the silent install working using VBScript but also need to use a transform. I can't seem to get that part to work; I get a 1603 MSI error (Fail to load: C:\DOCUME~1\WNTUSE~1.BF2\LOCALS~1\Temp\{2E7B6B00-5ECD-49A1-8FD4-4B647C5D8027}\adobelm_service_installer.dll). I am using a local admin account to test and am installing from a network share; we use SMS 2003 SP3 to deploy.
This works: Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
These do not work:
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\" TRANSFORMSSECURE=1 TRANSFORMS=\"\\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\Captivate_Installer.mst\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=\\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\Captivate_Installer.mst SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\" TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst'
I followed the instructions from http://www.appdeploy.com/packages/detail.asp?id=1164 and http://kb.adobe.com/selfservice/viewContent.do?externalId=325175&sliceId=1. I got the silent install working using VBScript but also need to use a transform. I can't seem to get that part to work; I get a 1603 MSI error (Fail to load: C:\DOCUME~1\WNTUSE~1.BF2\LOCALS~1\Temp\{2E7B6B00-5ECD-49A1-8FD4-4B647C5D8027}\adobelm_service_installer.dll). I am using a local admin account to test and am installing from a network share; we use SMS 2003 SP3 to deploy.
This works: Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
These do not work:
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\" TRANSFORMSSECURE=1 TRANSFORMS=\"\\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\Captivate_Installer.mst\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=\\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\Captivate_Installer.mst SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\"'
Command: '%comspec% /c \\servername\updates$\adobe\CAPTIV~1.580\SMS\WXP\setup.exe /SMS /s /v"/qn /L*v C:\Logs\msi_Captivate.log ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 REBOOT=ReallySupress SERIALNUMBER=\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\" TRANSFORMSSECURE=1 TRANSFORMS=Captivate_Installer.mst'
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
WayneB
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.