Changes

Jump to: navigation, search

Adobe CS4

1,545 bytes added, 15:14, 7 May 2009
m
New page: Silent installer for Adobe CS4. First, navigate to <code>Deployment Toolkit\Adobe CS4</code> directory and start <code>Setup.exe</code>. It will ask you where Adobe CS4 installer is locat...
Silent installer for Adobe CS4.

First, navigate to <code>Deployment Toolkit\Adobe CS4</code> directory and start <code>Setup.exe</code>. It will ask you where Adobe CS4 installer is located - point it to <code>disk1\Adobe CS4</code> directory.

Answer any questions it might have, give your serial number - the program will produce <code>Adobe CS4</code> directory with 4 files - copy it somewhere to your deployment directory (i.e. to <code>%SOFTWARE%\adobecs4</code>):
* AdobeUberInstaller.exe
* AdobeUberUninstaller.exe
* AdobeUberInstaller.xml
* AdobeUberUninstaller.xml


Note that CS4 is a lot of software and the whole installation process may take 1-2 hours to complete, so increasing the timeout for installation (to 7200; default is 3600 seconds) may be a good idea.

<source lang="xml">
<package id="adobecs4"
name="Adobe CS4"
revision="1"
reboot="false"
priority="0">

<check type="file" condition="exists" path="%PROGRAMFILES%\Adobe\Adobe Photoshop CS4\Photoshop.exe" />
<check type="file" condition="exists" path="%PROGRAMFILES%\Adobe\Adobe Illustrator CS4\Support Files\Contents\Windows\Illustrator.exe" />
<check type="file" condition="exists" path="%PROGRAMFILES%\Adobe\Adobe InDesign CS4\InDesign.exe" />

<install cmd='"%SOFTWARE%\adobecs4\AdobeUberInstaller.exe"' timeout="7200" />
<upgrade cmd='"%SOFTWARE%\adobecs4\AdobeUberInstaller.exe"' timeout="7200" />
<remove cmd='"%SOFTWARE%\adobecs4\AdobeUberUninstaller.exe"' />
</package>
</source>

[[category:Silent Installers]]
[[Category:Adobe software]]

Navigation menu