Fixlet Task to Uninstall Adobe Reader

(imported topic written by ltd200991)

(title should just say Task to uninstall adobe reader)

Hi

I am working on a task to uninstall previous versions of Adobe Reader and then install the new version… Pretty straight forward, I am having problems with the uninstall script… I believe it may have something to do with the { I am using (uninstalling via registery \uninstall) works from command line…

Any suggestions?

extract Adobe9.tmp

waithidden MSIEXEC /x “{{AC76BA86-7AD7-1033-7B44-A81000000003}}” /qn

waithidden msiexec /i __Download\Adobe9\AcroRead.msi TRANSFORMS="__Download\Adobe9\AcroRead.mst" /qn

(imported comment written by NoahSalzman)

Remove the extra closing brace. You only have to escape the opening curly brace.

http://support.bigfix.com/cgi-bin/kbdirect.pl?id=1230

(imported comment written by ltd200991)

thanks!