CS4 (any CS4 application) 4.x
Company: Adobe
Setup Type: Unknown Type
Package Difficulty Rating: TBD [ Rate It or View Ratings ]
Most Commonly Reported Method: not yet established
Record Created On: 3/8/2010
Number of Views: 4,895
 
  
 
Software Knowledge Base: The software knowledge base contains details on over 60,000. The closest record matching this software package is displayed here. Browse the Software KB directly to find similar records.

No record in the Software KB was found to match this package.

 
 
Command Lines: Command line details for installation and removal of this software. Details may include available command line arguments and/or public properties.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Notes: Shared "notes from the field" covering how to handle the automated installation of this software.

Follow the silent deployment instructions here:


I have also managed to disable the Deactivate under the help menu so it is greyed out, not sure why Adobe have added this and not informed anyone of how to get rid of it. Simply add a line to the application.xml.override file so it looks like this:

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Registration">Suppress</Data>
<Data key="EULA">-1</Data>
<Data key="Updates">Suppress</Data>
<Data key="Deactivate">Suppress</Data>
</Payload>
</Configuration>

Follow the instructions in the link below which applies to most Adobe CS4 products, for a full list of products that this applies to see the 4th page of the deployment document.

Above Entry Provided on 3/19/2009 by penpitstop
Rate It
Rating
1

Error Code 7 was killing me, working okay now ONCE I SHUT DOWN Mozilla Fire Fox.

Above Entry Provided on 1/11/2010 by uk_dude
Rate It
Rating
-1

You can make an silent/unattended install with this command:

"CS4-folder\Setup.exe" --record=1

It looks like an ordinary install, but it doesn't install anything. It recording what you do and make an unattended.xml-file.

To install CS4 unattended use this command:
"CS4-folder\Setup.exe" --mode=silent --deploymentFile="unattended.xml"

Above Entry Provided on 3/8/2010 by torkaa
Rate It
Rating
2

This package installation kept failing with error code 7. Here are a few things I did to fix the problem:

1. Disable SEP antivirus during the RECORD process. Everybody mentioned turning off antivirus during the installation, I had to do it for the recording as well.
2. The same working directoring during RECORD process had to be used during the actual install. At first I was performing the record locally (as the manual clearly suggests you to copy the contents of the CD to the local hard drive) and the install over the network. This kept failing - it didn't work until I performed both RECORD and INSTALL over the network.
3. The working directory again. If I ran

"q:\cd\adobe cs4\Setup.exe" --record=1

then the installation had to be from the exact same directory

"q:\cd\adobe cs4\setup.exe" --mode=Silent deploymentFile="q:\cd\adobe cs4\install.xml"

If I mapped the Q drive differently so that all I had to run was "q:\setup.exe" the installation failed. If I didn't use the Q drive, the installation failed. A certain amount of consistency is required.
4. I read in various places that the Captial S in Silent and File in deploymentFile is critical.
5. Last but not least, I came across issues when running the setup.exe in a batch file. As soon as I called the exe, the batch file continued to the next line and never gave the installation a chance to even start. I tried putting in a sleep or wait, but the install still wouldn't begin. "start /wait" didn't work with the setup.exe. So, I placed the setup.exe in it's own batch file and called the batch file:

start /wait q:\CS4_silent.cmd

Unfortunately our deployment tool did not hide this new cmd window opened, and all of our packages must be completely silent.

Last but not least, I used a tool called "bat to exe" and converted the cmd to a silent exe that runs in the background.

start /wait q:\WPU\CS4_silent.exe

6. I downloaded most of the CS4 updates needed from adobe.com and ran them with the switch "--mode-silent "
7. Disabled Adobe AIR updates with the following reg key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\AIR]
"UpdateDisabled"=dword:00000001

Above Entry Provided on 4/27/2010 by rebecca4546
Rate It
Rating
0
 
 
Virtualization: Information regarding how to work with this software in creating a virtual deployment package for products like Altiris SVS and Microsoft SoftGrid.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Terminal Services: Notes on how to address problems working with this software in a Terminal Services session as with Citrix shared environments.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Related Links: Additional resources to reference in regards to the deployment and configuration of this software.
 
Security Information: Details covering which files, directories and/or registry entries must be opened to standard users for operation in a locked down environment.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Discussion threads: Discussion topics in the AppDeploy message boards that have been linked as relevant information to this entry.
 

 


Report a problem
  Printer Friendly Version