Inventory fails to uninstall application even tho it has a Uninstall.exe and return code is 0
Chris Spencer
Got Return code: 0 but application is still there.
Here's a picture of the settings that I see
Command run is ""C:\Program Files\<vendorname>\<softwarename>\Uninstall\Uninstall <softwarename>.exe""
0
Comments
I would try going to a workstation and run that .exe locally with a /?, or -? to see if there are any silent uninstall commandline options available. Or Google silent uninstall for that particular software.
/? got it to cough up the params I needed
That solved the case, thanks!