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"
Comments
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.