Changes

Adobe Acrobat Professional 9

436 bytes added, 00:43, 18 November 2010
fixed check conditions and added a warning about 9.4.1's 9.4.0.195 internal version number.
Note that for 9.3.4 & 9.4.0, the version number of Acrobat.exe did not change. We have to check Acrobat.dll to avoid constant reboots and patch failures.
 
Note that for some patches, Adobe doesn't use the same internal version number as the release's official version number. For example, 9.4.1 uses the internal version number 9.4.0.195. If installations succeed with code 3010 but the check condition fails, computers may get stuck in a loop of installing Acrobat and rebooting. It may be advisable to prevent the package from scheduling a reboot.
<source lang="xml">
<check type="uninstall" condition="exists" path="Adobe Acrobat 9 Pro" />
<!-- 9.4.1 == 9.4.0.195 --> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.10.195" />
<!-- alter this line to point at your custom transform, or just use setup.exe if you've a modified setup.ini -->
Anonymous user