Some Uninstall strings not enclosed in quotes
When trying to uninstall from Applications screen, some programs uninstall string's are not getting enclosed in quotes. This is causing the an "unknown command" error.
(originally from ticket 11074)
-
You are correct. PDQ Inventory is, for the most part, pulling the uninstall string that is included by the application vendor in the registry. Some strings have quotes and some don't. We will discuss adding those double quotes when we detect that they are needed. In the meantime you can add the quotes yourself. Just make sure the quote goes from the beginning of the path to end (but don't include the paramaters). An example would be changing
C:\Program Files\App\Uninst000.exe -uninstall to "C:\Program Files\App\Uninst000.exe" -uninstall
Also, remember that many applications are going to need to have some custom parameters passed to make the uninstall run silently. This may require some googling and basic research depending on the application.
-Shane
Please sign in to leave a comment.
Comments
2 comments