Changes

Jump to: navigation, search

Adobe Reader

50 bytes removed, 18:30, 1 July 2010
Adobe Reader 9.3 Installer: Replace tabs with spaces for whitespace alignment, and remove unnecessary packages tags
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
<package
<install cmd='MsiExec.exe /x{AC76BA86-7AD7-1033-7B44-A80000000002} /qn ' >
<exit code="1605" />
<exit code="1618" />
</install>
<upgrade cmd='MsiExec.exe /x{AC76BA86-7AD7-1033-7B44-A80000000002} /qn ' >
<exit code="1605" />
<exit code="1618" />
</upgrade>
</package>
 
</packages>
</source>
 
The remnants of some older versions of Adobe Reader/Acrobat can cause 9.3 to fail to install the plugin correctly, causing a "The Adobe Acrobat/Reader that is running cannot be used to view PDF files in a web browser..." error. The solution that worked for me was to get wpkg to delete the "Program Files/Adobe' directory after uninstalling version 8. To do this, add the following xml snippet after the uninstall of 8.1.2.
<source lang="xml">
117
edits

Navigation menu