Customizing Adobe CS3 Installation
We all know that various other components which we don’t really need, are bundled with Adobe CS3 products. These few days I came across a little bit and I would like to share my experience with you. So here’s a couple tips about having a customized installation. I’ll take Photoshop CS3 for examples, the tricks should also apply to other individual CS3 products such as Dreamweaver, Flash, or Illustrator.
Pre-serialization and Suppression
Automatically enter your serial number during installation process.
- Create a blank text file using (e.g.) Notepad
- Ctrl+c/v or type the following:
<?xml version=”1.0″ encoding=”utf-8″?>
<Configuration>
<Payload>
<Data key=”Serial” protected=”0″>1234xxxx5678yyyy4321zzzz</Data>
<Data key=”Registration”>Suppress</Data>
<Data key=”EULA”>Suppress</Data>
<Data key=”Updates”>Suppress</Data>
</Payload>
</Configuration> - Save as “application.xml.override“
- Put it into “payloadsAdobePhotoshop10en_US_volume”
- Run setup.exe and have fun.
To Choose Components during Installation
Add an “Options” step to installation/uninstallation process.
- Open folder “payloadsAdobePhotoshop10en_US_volume”
- Open the file “AdobePhotoshop10en_US_volume.proxy.xml“
- Search for “<Requires>” (at line #1770)
- Delete the whole “<Requires>…</Requires>”
- Save
- Run setup.exe and have fun
These components are required or recommended:
- Adobe Anchor Service CS3
The annoying “Bonjour” service and the licensing service.
“Bonjour” (C:Program FilesBonjourmDNSResponder.exe) can be disabled manually after the installation but DON’T you delete it! The other one is needed to license the running of the application. - Adobe Color Common Settings
- Adobe Color NA Recommended Settings
- Adobe Type Support
You need this to add new text layers to existing PSD files which already contain text layers. - Adobe Version Cue CS3 Client
The “Open file” dialog gets errors without this component.
Note: If you’re having Web Standard / Premium or Design Standard / Premium instead of stand-alone Photoshop/Dreamweaver/etc., please read this official PDF document carefully to find out the differences of the above two tricks.
Fixing an Installation Error
If you’re seeing this error right after the initialization of setup process:
- Press “Win+R” to launch “Run”
- Enter “cmd” to open the command-line window
- Type in “Regsvr32 C:windowssystem32jscript.dll”
- Type in “Regsvr32 C:windowssystem32vbscript.dll”
- Run setup.exe and have fun


