Changes

Adobe Reader

425 bytes added, 12:48, 24 June 2008
Security Update 1 for Adobe Reader 8.1.2
This is a silent installer and uninstaller for Adobe Reader.
You are first encouraged to upgrade to version 8.1.2 for security reasons: http://www.adobe.com/support/security/advisories/apsa08-01.html. You are then encouraged to update to Security Update 1 for Adobe Reader 8.1.2 for security reasons: http://www.adobe.com/support/downloads/detail.jsp?ftpID=3967
You can customize you MSI package deployment by creating a "Microsoft Windows Installer Transform File" .MST file with the "Adobe Customization Wizard 8" tool: http://www.adobe.com/support/downloads/detail.jsp?ftpID=3564
The install command installs version 8.1.2 and then Security Update 1 for version 8.1.2 at the same time.
 
The upgrade command only installs the Security Update 1, under the assumption that version 8.1.2 is already there and you just increment the revision number.
<source lang="xml">
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id="AcrobatReader_en" name="Adobe Acrobat Reader 8.1.2with SU1" revision="812" priority="50">
<check type="uninstall" condition="exists" path="Adobe Reader 8.1.2" />
<install cmd='msiexec /q /i "%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.msi" allusers=1 TRANSFORMS=%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.mst'>
<exit code="3010" reboot="false" />
</install>
<upgrade install cmd='msiexec /q /i "%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_USAcrobatReaderUpd812_SU1_all.msi" allusers=1 TRANSFORMS' /> <upgrade cmd='msiexec /q /i "%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_USAcrobatReaderUpd812_SU1_all.mstmsi"'> <exit code="0" /> <exit code="3010" reboot="false" /> </upgrade> <remove cmd='MsiExec.exe /qn /x{AC76BA86-7AD7-1033-7B44-A81200000003}'>
<exit code="0" />
<exit code="3010" reboot="false" />
152
edits