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.

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)

0

Comments

2 comments
Date Votes
  • 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

    0
  • It would be nice if you can change this manualy in the column.

    0