Difference between revisions of "Adobe CS4"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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...)
(No difference)

Revision as of 15:14, 7 May 2009

Silent installer for Adobe CS4.

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

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

  • 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.

<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>