/build/static/layout/Breadcrumb_cap_w.png

Silent uninstall of Adobe Reader X

Morning all,  I am trying to silently uninstall Adobe Reader X (10.1.2) from my machines through a KACE script.

If I use the command: msiexec.exe /x {GUID}, it does attempt to uninstall it but it prompts the users to confirm.  If I then add any other switches to my command (such as /quiet, /qn etc) it fails completely.

Has anyone managed to get this to work before?

Dave.


2 Comments   [ + ] Show comments
  • Stage on eis to have a log created of the uninstall:

    MSIExec /x {GUID} /QN /L*V %SystemRoot%\TEMP\AR_X_UNINST.LOG - anonymous_9363 10 years ago
  • Same issue as before. It seems to only ever work if I have no other switches apart from the /x. (PS. it didn't create an uninstall log). - dpyett 10 years ago

Answers (2)

Posted by: dunnpy 10 years ago
Red Belt
0

Was it installed using an msiexec command line?

Does it work correctly if you manually run it on a machine, with the '/qn' switch?

What does EventViewer tell you about the failed uninstall?

Dunnpy


Comments:
  • Reader has tie-in's into Office and IE (i think). Do a silent uninstall as Dunnpy mentioned with the q/ and but also log it. You will probaly find it will be moaning about a open process in Outlook. - rileyz 10 years ago
Posted by: terebent 10 years ago
Second Degree Brown Belt
0

Run the command msiexec /x {GUID} /qn and I am using the next sub to disable the security warnigs:

 Sub DisableSecurity()
Dim objEnvProc, objWSH
Set objWSH = CreateObject("WScript.Shell")
Set objEnvProc = objWSH.Environment("PROCESS")
objEnvProc("SEE_MASK_NOZONECHECKS") = 1
End Sub

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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