Changes

Adobe Acrobat Professional 8

461 bytes added, 00:13, 7 January 2010
updated to 8.1.7
This is the package for the popular Adobe Acrobat Professional 8 patched to 8.1.67.
The main install and some of the patches want to perform reboots and give error 3010 so I've trapped those errors.
 
If dealing with a site where Acrobat has been initially distributed or inconsistently patched outside of WPKG, you'll also need to trap 1638 on the various msiexec commands.
<source lang="xml">
id="acrobatpro8"
name="Adobe Acrobat Professional 8"
revision="816817"
priority="2">
<check type="uninstall" condition="exists" path="Adobe Acrobat 8.1.6 Professional" />
<exit code='3010' />
</install>
<install cmd='msiexec /p %SOFTWARE%\acrobatpro8\updates\AcrobatUpd817_all_incr.msp /qn ' >
<exit code='3010' />
</install>
 
<upgrade cmd='msiexec /p %SOFTWARE%\acrobatpro8\updates\AcrobatUpd817_all_incr.msp /qn ' >
<exit code='3010' />
</upgrade>
 
<remove cmd='msiexec.exe /x {AC76BA86-1033-0000-7760-000000000003} ' />
</package>
Anonymous user