Adobe Captivate 5 installer options?
Trying to do a silent install
C:\Temp\Adobe Captivate 5>Set-up.exe --mode=silent --deploymentFile=install.xml
C:\Temp\Adobe Captivate 5>Starting installer...
UI mode : Silent.
Some error occurred during installation. Installation cannot continue.
Exiting Installer with Code: 16
So, I want to find an option that will let me set a log file or something to get an idea of what "some error" might be.
C:\Temp\Adobe Captivate 5>Set-up.exe --mode=silent --deploymentFile=install.xml
C:\Temp\Adobe Captivate 5>Starting installer...
UI mode : Silent.
Some error occurred during installation. Installation cannot continue.
Exiting Installer with Code: 16
So, I want to find an option that will let me set a log file or something to get an idea of what "some error" might be.
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
jnojr
13 years ago
Posted by:
pjgeutjens
13 years ago
If Adobe is consistent in its use of exit codes the error should mean:
Exit code: 16 - Failed to load deployment file Temporary deployment file cannot be loaded
Make sure the path to the XML is correct. Another option is to provide the full path, and in some cases, making sure the settings file is on the local machine instead of the network
PJ
Exit code: 16 - Failed to load deployment file Temporary deployment file cannot be loaded
Make sure the path to the XML is correct. Another option is to provide the full path, and in some cases, making sure the settings file is on the local machine instead of the network
PJ
Posted by:
jnojr
13 years ago
ORIGINAL: pjgeutjens
If Adobe is consistent in its use of exit codes the error should mean:
Exit code: 16 - Failed to load deployment file    Temporary deployment file cannot be loaded
Make sure the path to the XML is correct. Another option is to provide the full path, and in some cases, making sure the settings file is on the local machine instead of the network
Thanks, PJ
The command I'm using:
Set-up.exe --mode=silent --deploymentFile=install.xml
And the install.xml file is right there:
C:\Temp\Adobe Captivate 5>dir
Volume in drive C is OSDisk
Volume Serial Number is 64C4-4B52
Directory of C:\Temp\Adobe Captivate 5
06/02/2011 11:04 AM <DIR> .
06/02/2011 11:04 AM <DIR> ..
06/02/2011 10:04 AM <DIR> deploy
05/21/2010 07:47 PM 656 install.xml
06/02/2011 10:04 AM <DIR> packages
06/02/2011 10:06 AM <DIR> payloads
05/21/2010 07:47 PM 468 remove.xml
06/02/2011 10:06 AM <DIR> resources
05/21/2010 07:48 PM 812,496 Set-up.exe
3 File(s) 813,620 bytes
6 Dir(s) 8,015,966,208 bytes free
Permissions on install.xml don't appear to be whacked... anyone can read, etc.
Posted by:
pjgeutjens
13 years ago
Posted by:
spottedcoin
13 years ago
I ran into an issue with Adobe and the Creative Suites a while back that sounds like this. I had a packager copy the contents of install.xml from the Deployment PDF to install.xml and then changed a few things. Although it looked correct it turns out the the quote character (") from the PDF was different (I think it was UTF), than what the install expected.
You may want to rewrite your install.xml and instead of copying it, type it by hand in notepad, as the setup.exe may not be able to read the install.xml.
You may want to rewrite your install.xml and instead of copying it, type it by hand in notepad, as the setup.exe may not be able to read the install.xml.
Posted by:
jnojr
13 years ago
Posted by:
jnojr
13 years ago
Well...
It turns out that the install.xml I'm playing with is what comes with Captivate. So I deleted them, and ran Set-up.exe --record=1 again... and cannot find anything that looks like a deployment file.
So, until Adobe creates some sort of useful help for their installer... what is the right way in this version to record an install?
It turns out that the install.xml I'm playing with is what comes with Captivate. So I deleted them, and ran Set-up.exe --record=1 again... and cannot find anything that looks like a deployment file.
So, until Adobe creates some sort of useful help for their installer... what is the right way in this version to record an install?
Posted by:
freewill0078
13 years ago
Posted by:
leegend
13 years ago
+1
Get version 2.0 - http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
It'll let you include any updates as well.
You generate your install, then run the msi with /qn
Get version 2.0 - http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
It'll let you include any updates as well.
You generate your install, then run the msi with /qn
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.