Lexikos / AutoHotkey-Release

Release script for AutoHotkey. Builds the binaries, help file and installer, and automates other release steps.
https://autohotkey.com/
36 stars 14 forks source link

Create QuietUninstallString. #8

Closed chrullrich closed 3 years ago

chrullrich commented 3 years ago

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.