http://www.adobe.com...ocs/331297.html
I don't know if this will work with standard retail versions (my upgrade package is in the mail as we speak), but hopefuly someone can find some use out of this.
JBJones
.................................................................................
Run a silent installation of Adobe Creative Suite 2.0
What's covered
Create an installer XML file
Run a silent installation
When you purchase a volume license for Adobe Creative Suite 2.0, Adobe provides an option that allows you to run a silent installation (that is, an installation with preselected options and no interface) on Windows or Mac OS X. In a silent installation, a custom installer runs the installers for each product in the suite by using command-line installation tools built into the operating system. To run a silent installation, you must create an XML file (or script) for the custom installer.
Create an installer XML file
The Adobe Creative Suite custom installer is driven by information provided in an XML file. This XML file describes the products you are installing, the location to which you are installing the products, and their serialization information.
To create an XML file for a silent installation:
1. Using a text editor (for example, Notepad or TextEdit ), copy and paste the following text into a new, plain text document:
<?xml version="1.0" encoding="UTF-8" ?> <AdobeInstallerConfiguration version="1.0"> <InstallerInfo platform="win" silentMode="1" targetVolume="C:\" targetPath="Program Files\Adobe\" /> <InstallerInfo platform="mac" targetVolume="/" /> <ProductInfo serial="0000-0000-0000-0000-0000-0000" licensedUserName="Adobe User" licensedUserCompany="Adobe Systems, Inc." /> <Manifest> <Product name="Adobe Photoshop CS2 and Adobe ImageReady CS2" selected="1" /> <Product name="Adobe Illustrator CS2" selected="1" /> <Product name="Adobe Acrobat 7.0 Professional" selected="1" /> <Product name="Adobe GoLive CS2" selected="1" /> <Product name="Adobe Version Cue CS2" selected="1" /> <Product name="Adobe InDesign CS2" selected="1" /> </Manifest> </AdobeInstallerConfiguration>
2. Edit the text by replacing the information in quotation marks with the information you need to customize your installation. Type the user name, company name, and serial number. Edit the installation path if it's different than the default: C:/Program Files/Adobe (Windows) and /Applications (Mac OS X). For each line that lists a product name, leave the value set to "1" if you want to install it; change the value to "0" (zero) if you don't want to install it.
Note: Adobe Acrobat 7.0 Professional and Adobe GoLive CS2 are included only with the Premium Edition. These products won't be installed in the Standard Edition, even if the value is set to "1".
3. Save the file to the desktop, name it "AdobeInstallerConfiguration.xml" (without quotation marks), and then close it.
Run a silent installation
Use the following procedures to run a silent installation of Adobe Creative Suite 2.0 in Windows or Mac OS X.
To run a silent installation in Windows:
1. Insert the Adobe Creative Suite 2.0 CD 1 in your CD-ROM drive. Hold down the Shift key to disable Autoplay.
2. Copy the Adobe Creative Suite 2.0 folder to the desktop.
3. Insert each of the remaining Adobe Creative Suite CDs and copy the folders for each product to the Adobe Creative Suite 2.0 folder on the desktop.
4. Move the AdobeInstallerConfiguration.xml file you created in the previous section of this document to the Adobe Creative Suite 2.0 folder.
5. Choose Start > Run.
6. In the Out box, type the following text exactly as it appears (including quotation marks, spaces, and capitalization), replacing "[User Name]" with the name of the user account that you used to log in to the computer:
"C:\Documents and Settings\[User Name]\Desktop\Adobe Creative Suite 2.0\Setup.exe" - installerConfig "AdobeInstallerConfiguration.xml"
7. During the installation, "msiexec.exe" appears in the Processes tab of Windows Task Manager. If "msiexec.exe" doesn't appear, or if the installation fails, see the installer log (SuiteInstaller2.0.txt) in Documents and Settings/ [User Name] /Local Settings to determine the cause of the problem.



Help
Back to top










