Customize and Deploy Adobe CS3 Easily
Adobe provides a document which illustrates using a technique called a silent install to deploy Adobe CS3 to multiple systems. This document was not so clear and easy to understand. Here's the solution if you don't wish to think very much more about deployment techniques for this product.
Copy the contents of the DVD onto your desktop. We then need to create an XML file that contains information regarding the install process. This information includes a serial number, as well as the ability to suppress registration, EULA, and updates. To do this, launch TextEdit and type in or copy and paste the following lines.
<?xml version="1.0" encoding="utf-8"?> |
/Adobe CS3 Design Premium/payloads/AdobeDesignSuitePremiumen_US_Volume/
The next step would be to execute the silent install. To do this, we will run the following command.
sudo [Path to setup.app]/Contents/MacOS/Setup --mode=silent --deploymentFile=[Path to deployment.xml]
The command that I run looks like this:
sudo /Users/spencerkam.com/Desktop/Adobe CS3 Design Premium/Setup.app/Contents/MacOS/Setup.app --mode=silent --deploymentFile=/Users/spencerkam.com/Desktop/Adobe CS3 Design Premium/deployment/install.xml
After running this command, you will need to sit back and relax for 30minutes to an hour depending on the speed of the computer that you are deploying to. If you are successful, you will receive an exit code of 0.
Here are a few tips that may help point you in the right direction in the event that you receive any exit codes other than 0.
6: Most likely a problem with your "application.xml.override" file. Double check for missing <, >, or ".
7: Clear out anything in /Library/Application Support/Adobe/Installers
Once you have the silent install process exiting with code 0, you can begin deploying CS3 to your client computers. My deployment strategy is simply to push out the Adobe CS3 Design Premium package to my client desktops. I complete the push out using Apple Remote Desktop. Once the clients have the install package copied onto their desktops, you can then begin the silent install with the command similar to this.
sudo [Path to setup.app]/Contents/MacOS/Setup --mode=silent --deploymentFile=[Path to deployment.xml]
**UPDATE**
You can add dock icons to a user's dock by following this article.
Labels: Computers

4 Comments:
Hi there,
i used this method and i found it worked really well compared with the Adobe site, have you got any recommendations on how i could deploy all the adobe icons to the dock after a large scale rollout? i can do this manually with ARD but would be really time consuming, any ideas
thanks
LT
Thanks for your great articel!
Do you know a way to deploy updates for CS3 to my clients? It's kind of annoying to touch every computer for the Updates...
May you could write we an email? Pbrechler@mac.com
I too am looking for a workaround for the AdobeUpdater..
Please help!!!
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402145
Google is your friend... ;-)
Post a Comment
Links to this post:
Create a Link
<< Home