Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Uninstall of a program not working.

I am trying to uninstall a program called Out n About from all of our users PC's. I grabbed the uninstall code from PDQ Inventory. I've tried running it from both PDQ Deploy and PDQ Inventory and it doesn't work.It just runs and runs and never completes, and doesn't uninstall anything. 

I've verified with the software developer that the uninstall code is correct. If I open up a command prompt locally on a computer with that software installed, I can use the uninstall code from PDQ Inventory and it is successful. It just wont work via PDQ Deploy or PDQ Inventory.

The code is:

"C:\Windows\Out'n About! for Outlook\uninstall.exe" "/U:C:\Program Files (x86)\Out'n About! for Outlook\Uninstall\uninstall.xml"

0

Comments

1 comment
Date Votes
  • You'll need to add the silent parameter (usually /s) to the command line.

    Check the vendor's documentation if /s does not work--silent parameters vary by product.

    0