Silent Install: Adobe CS3 Problem
I have set up a silent install for Adobe Master Suite CS3 as follows:
Setup.exe --mode=silent --deploymentFile="deployment\setup.xml"
SETUP.XML:
[hr]
And APPLICATION.XML.OVERRIDE
[hr]
This results in the message:
Any suggestions??
Setup.exe --mode=silent --deploymentFile="deployment\setup.xml"
SETUP.XML:
<?xml version="1.0" encoding="UTF-8"?><Deployment>
<Properties>
<Property name="installLanguage">en_US</Property>
</Properties>
<Payloads>
<!--Adobe Acrobat 8 Professional (At install, older versions get upgraded)-->
<Payload adobeCode="{AC76BA86-1033-0000-7760-000000000003}">
<Action>install</Action>
</Payload>
<!--Adobe Dreamweaver CS3-->
<Payload adobeCode="{00E5C764-9525-44C3-8404-712AD06AE12A}">
<Action>install</Action>
</Payload>
<!--Adobe Flash CS3-->
<Payload adobeCode="{3BC8460B-085E-47F3-9C62-8FFCBAF11D78}">
<Action>install</Action>
</Payload>
<!--Adobe Flash Video Encoder-->
<Payload adobeCode="{7BB7F66A-D798-45A3-A383-0727FB1EBF8E}">
<Action>install</Action>
</Payload>
</Payloads>
</Deployment>
[hr]
And APPLICATION.XML.OVERRIDE
<?xml version=â€Â1.0†encoding=â€Âutf-8â€Â?>
<Configuration>
<Payload>
<Data key=â€ÂSerial†protected=â€Â0â€Â>xxxxxxxxxxxxxxxxxx</Data>
<Data key=â€ÂRegistrationâ€Â>Suppress</Data>
<Data key=â€ÂEULAâ€Â>Suppress</Data>
<Data key=â€ÂUpdatesâ€Â>Suppress</Data>
Enterprise Deployment Options
</Payload>
</Configuration>
[hr]
This results in the message:
End Adobe Setup. Exit code: 7
Any suggestions??
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
nachog
17 years ago
Posted by:
JMWebster
17 years ago
I don’t have the answer for you yet but I can tell you that the following is incorrect.
<?xml version=â€Â1.0†encoding=â€Âutf-8â€Â?>
<Configuration>
<Payload>
<Data key=â€ÂSerial†protected=â€Â0â€Â>xxxxxxxxxxxxxxxxxx</Data>
<Data key=â€ÂRegistrationâ€Â>Suppress</Data>
<Data key=â€ÂEULAâ€Â>Suppress</Data>
<Data key=â€ÂUpdatesâ€Â>Suppress</Data>
Enterprise Deployment Options
</Payload>
</Configuration>
Try loading it using an XML notepad and you will see the errors. I’m working on it at the moment.
Hope this helps.
<?xml version=â€Â1.0†encoding=â€Âutf-8â€Â?>
<Configuration>
<Payload>
<Data key=â€ÂSerial†protected=â€Â0â€Â>xxxxxxxxxxxxxxxxxx</Data>
<Data key=â€ÂRegistrationâ€Â>Suppress</Data>
<Data key=â€ÂEULAâ€Â>Suppress</Data>
<Data key=â€ÂUpdatesâ€Â>Suppress</Data>
Enterprise Deployment Options
</Payload>
</Configuration>
Try loading it using an XML notepad and you will see the errors. I’m working on it at the moment.
Hope this helps.
Posted by:
tsutton
17 years ago
Posted by:
nachog
17 years ago
Posted by:
tsutton
17 years ago
Posted by:
smooochy
15 years ago
Posted by:
rahvintzu
15 years ago
The installer does a few conditional checks which include:
1) hardware requirements
2) other adobe based products installed
3) open applications, browsers and IM.
If you fail on these it will throw an Error 7.
To bypass the conditional check add the following after install.xml
--skipProcessCheck=1
EG
"\\Flats\Adobe\DesignPremium\Adobe CS3\setup.exe" --mode=silent
--deploymentFile="\\Flats\Adobe\DesignPremium\Adobe CS3\install.xml" --skipProcessCheck=1
1) hardware requirements
2) other adobe based products installed
3) open applications, browsers and IM.
If you fail on these it will throw an Error 7.
To bypass the conditional check add the following after install.xml
--skipProcessCheck=1
EG
"\\Flats\Adobe\DesignPremium\Adobe CS3\setup.exe" --mode=silent
--deploymentFile="\\Flats\Adobe\DesignPremium\Adobe CS3\install.xml" --skipProcessCheck=1
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.