/build/static/layout/Breadcrumb_cap_w.png

Need an Adobe Reader XI (11.0) silent uninstaller

I have used in the past wmic.exe product where "name like 'Adobe Reader%'" call uninstall.  Wmic seems to no longer work with this latest version and KBOX doesn't show an uninstall command either.  Not sure if this is a result of using the Adobe Customization Wizard XI or not.


0 Comments   [ + ] Show comments

Answers (5)

Answer Summary:
Posted by: worzie 11 years ago
Fourth Degree Brown Belt
3

Apparently I haven't been very patient these days!

Eventually the wmic trick worked... 2 hours later.  And msiexec /x {AC76BA80-0011-7AD7-0000-000000000000} /qn works too.

Posted by: WhitzEnd 11 years ago
7th Degree Black Belt
1

The WMIC trick is what I use most often.  You can get the same GUID by going to the uninstall section of the registry. 

(HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall or HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall)

Click down through the list of GUIDs and you can find the program faster than the WMIC command.

Then its easy from there.  Just run msiexec.exe /X{GUIDGOESHERE} /qn

Brandon

Posted by: brucegoose03 9 years ago
5th Degree Black Belt
1
Get ready for this:
wmic product where "name like 'Adobe Reader%%'" call uninstall /nointeractive

Works on any version of Reader; no need to look up the GUID. 

Works with java too:
wmic product where "name like 'Java%%'" call uninstall /nointeractive
Posted by: Jonathan_M 11 years ago
White Belt
0

Hello,

Yes, using the Adobe customization Wizard is most likley the reason why there is not an install command showing in the K1000. As far as the uninstall is concerned I use the same command you used earlier to uninstall.

Regards

Posted by: ibarthel 10 years ago
Senior Yellow Belt
0

Adobe Reader 11.0.03 silent uninstall string: msiexec /x {AC76BA86-7AD7-1031-7B44-AB0000000001} /qn

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ