Changes

Jump to: navigation, search

Adobe Acrobat Professional 9

875 bytes added, 21:06, 21 April 2011
Updated for 9.4.4, and reworked some explainatory comments
priority="1">
<!-- Uncomment and edit the following to make sure Acrobat is installed after Microsoft Office. Otherwise, Adobe add-ins for Office won't be installed. -->
<!-- <depends package-id="msoffice2007" /> -->
<check type="uninstall" condition="exists" path="Adobe Acrobat 9 Pro" />
<!-- NOTE: 9.4.1 leaves some updates don't touch the acrobat.exe and /or acrobat.dll version numbers (e.g. 9.4.1 leaves them at 9.4.0.195), so we have to check authplay.dll, which it was supposed to is often the only target of the patch . --> <!-- other updates may do the same thing, which is why this 9.4.3 4 update is the way it is --> <!-- it is possible that Acrobat.dll is 9.4.4.235, but I don't trust it until I've verified it. --> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.23.231.220" /> <!-- Version numbers for authplay.dll can be found before installation by examining the msp or by looking at the latest Flash update --> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\authplay.dll" value="10.2.153159.1" />
<!-- alter this line to point at your custom transform, or just use setup.exe if you've a modified setup.ini -->
<install cmd='msiexec /qn /norestart /i "%SOFTWARE%\Acrobat\9\Adobe Acrobat 9 Pro\AcroPro.msi" TRANSFORMS="%SOFTWARE%\Acrobat\9\AcroPro-2010-01.mst"' >
<exit code="0" />
</install>
<install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd943_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="postponed" />
<exit code="1638" />
<exit code="1642" />
</install>
<install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd944_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="postponed" />
<exit code="3010" reboot="postponed" />
</upgrade>
<upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd944_all_incr.msp"' > <exit code="0" /> <exit code="3010" reboot="postponed" /> </upgrade>
<remove cmd='msiexec /qn /norestart /x {AC76BA86-1033-0000-7760-000000000004}' >
Anonymous user

Navigation menu