Changes

Adobe Reader

750 bytes added, 02:17, 31 March 2010
Adobe Reader 9.3 Installer: Dealing with error caused by 9.3
</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">
<!-- Delete the adobe folder -->
<install cmd='cmd /C del /Q "C:\Program Files\Adobe" ' >
<exit code="0" />
</install>
</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
== Adobe Reader 9.1 Installer ==
6
edits