There is a convention for storing a command line for silent uninstallation in the Registry in the form of a QuietUninstallString value. This does not appear to be a documented feature of the Uninstall key, but is supported by software management tools and used in favor of the (likely to be interactive) UninstallString.
This PR adds the QuietUninstallString based on the documentation.
There is a convention for storing a command line for silent uninstallation in the Registry in the form of a
QuietUninstallString
value. This does not appear to be a documented feature of the Uninstall key, but is supported by software management tools and used in favor of the (likely to be interactive)UninstallString
.This PR adds the
QuietUninstallString
based on the documentation.