577
edits
Changes
added Adobe Reader 9 remove commands that will and won't work
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
== Adobe Reader 9 ==
Uninstaller wouldn't work using this:
<source lang="xml">
<remove cmd='msiexec.exe /uninstall {AC76BA86-7AD7-1033-7B44-A90000000001} /qn /norestart'/>
</source>
Uninstaller would work using this:
<source lang="xml">
<remove cmd='msiexec /qb /i "%SOFTWARE%\adobe-reader\AcroRead.msi'/>
</source>