Changes

Adobe Reader

202 bytes removed, 20:49, 19 August 2010
Adobe Reader 9.3 Installer: Update for 9.3.4 and remove security advisory that applies to 9.3.2 and earlier
<package
id="adobereader93adobereader" name="Adobe Reader 9.3%version%" revision="930%version%"
priority="50">
<check typevariable name="uninstallversion" conditionvalue="exists" path="Adobe Reader 9.3.34" />
<check type="uninstall" condition="exists" path="Adobe Reader %version%" />  <!-- First uninstall Adobe Reader 8.1.2 --> <install cmd='MsiExec.exe msiexec /x{AC76BA86-7AD7-1033-7B44-A80000000002} /qn ' >
<exit code="1605" />
<exit code="1618" />
<install cmd='msiexec /qn /update %SOFTWARE%\AdobeReader93\AdbeRdrUpd933_all_incr.msp' >
<exit code="0" />
<exit code="3010" reboot="false" />
</install>
<install cmd='msiexec /qn /update %SOFTWARE%\AdobeReader93\AdbeRdrUpd934_all_incr.msp' >
<exit code="3010" reboot="false" />
</install>
<!-- First uninstall Adobe Reader 8.1.2 -->
<upgrade cmd='MsiExec.exe msiexec /x{AC76BA86-7AD7-1033-7B44-A80000000002} /qn ' >
<exit code="1605" />
<exit code="1618" />
<!-- Later install patch with the msi, first to 9.3.2 then to 9.3.3 -->
<upgrade cmd='msiexec.exe /qn /update "%SOFTWARE%\AdobeReader93\AdbeRdrUpd932_all_incr.msp"' /> <upgrade cmd='msiexec.exe /qn /update "%SOFTWARE%\AdobeReader93\AdbeRdrUpd933_all_incr.msp"' >
<exit code="0" />
<exit code="3010" reboot="false" />
</upgrade>
<upgrade cmd='msiexec /qn /update "%SOFTWARE%\AdobeReader93\AdbeRdrUpd934_all_incr.msp"' >
<exit code="3010" reboot="false" />
</upgrade>
</source>
Note that you should not do this if you use other adobe software. In that case, you may need to delete the other reader/acrobat folders in your Adobe folder/s
 
 
=== Mitigation for critical vulnerability APSA10-01 ===
 
This critical vulnerability http://www.adobe.com/support/security/advisories/apsa10-01.html has been reported on June, 04 for Flash and Adobe Reader.
 
Patch is scheduled for June, 29 so Adobe in the meanwhile suggests deleting or renaming the authplay.dll inside the Adobe Reader 9 program directory.
Add this line to the upgrade section, and increase the revision number:
 
<source lang="xml">
 
<upgrade cmd='%COMSPEC% /c del "%PROGRAMFILES%\Adobe\Reader 9.0\Reader\authplay.dll"' />
 
</source>
== Adobe Reader 9.1 Installer ==
117
edits