/build/static/layout/Breadcrumb_cap_w.png

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:
<?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)

Posted by: nachog 16 years ago
Yellow Belt
0
How can I get 350 views and no replies??? An answer would be greatly appreciated.
Posted by: nachog 16 years ago
Yellow Belt
0
Another unanswered topic fades to the horizon...
Posted by: JMWebster 16 years ago
Orange Belt
0
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.
Posted by: tsutton 16 years ago
Orange Belt
0
When you copy & paste from the PDF file, it contains different formatting for the " quotes.

Change all ” into " and it will work.
Posted by: fetgor 16 years ago
Senior Purple Belt
0
Error code 7 can also be memory/diskspace.
Posted by: nachog 16 years ago
Yellow Belt
0
Ahhh:
ORIGINAL: fetgor

Error code 7 can also be memory/diskspace.




So is there anyway to get it to ignore the memory error? Our computers don't have the memory to run Premier, etc.
Posted by: tsutton 16 years ago
Orange Belt
0
That's the purpose of the hardware requirements. And in one of these readme, it did warn you that it will not install/run if it doesn't meet the hardware requirements.

Memory prices are cheap... time to upgrade. :)
Posted by: smooochy 14 years ago
Orange Belt
0
Try opening it in Notepad and make sure you saved it in UTF-8 encoding. It does not do this by default.
I had a similar issue with Captivate, and now Photoshop CS4 is giving me the same exit code, but as of yet I haven't figured that one out.
Posted by: rahvintzu 14 years ago
Orange Senior Belt
0
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
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ