47
edits
Changes
Updated for 9.4.0
You should obtain security updates and patches from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows or from http://www.adobe.com/support/security/index.html
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.
<source lang="xml">
<check type="uninstall" condition="exists" path="Adobe Acrobat 9 Pro" />
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.3.4.0" />
<!-- alter this line to point at your custom transform, or just use setup.exe if you've a modified setup.ini -->
</install>
<install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_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\AcrobatUpd940_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="postponed" />
</upgrade>
<upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="postponed" />
</upgrade>
<upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd940_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="postponed" />