Adobe Illustrator CS4 14.0
I'm trying to create a package for Illustrator CS4 to install in one go remotely without the user having to do anything. I've tried amending the install.xml file to include the serial number, but when i run the setup.exe file it keeps getting stuck on the serial number page, asking the user to enter it manually.
Does anyone know what i'm doing wrong? I've included the script for the .xml file.
<?xml version="1.0" encoding="UTF-8"?>
<Deployment>
<Payloads>
<Payload adobeCode="{7F60FD0C-F2FF-433A-A91C-EC76152DEF05}">
<Action>install</Action>
</Payload>
</Payloads>
<Properties>
<Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
<Property name="installLanguage">en_US</Property>
<Property name="serial number">????-????-????-????-????-????</Property>
</Properties>
</Deployment>
Does anyone know what i'm doing wrong? I've included the script for the .xml file.
<?xml version="1.0" encoding="UTF-8"?>
<Deployment>
<Payloads>
<Payload adobeCode="{7F60FD0C-F2FF-433A-A91C-EC76152DEF05}">
<Action>install</Action>
</Payload>
</Payloads>
<Properties>
<Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
<Property name="installLanguage">en_US</Property>
<Property name="serial number">????-????-????-????-????-????</Property>
</Properties>
</Deployment>
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
Rheuvel
15 years ago
If you're unsure of the property name, you can always use the CS4 Deployment Toolkit:
CS4 Deployment Toolkit on Adobe Website
CS4 Deployment Toolkit on Adobe Website
Posted by:
SlayerTOM
15 years ago
Posted by:
harkmeister
15 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.