How do i add the program so that it is listed (so i can click on it to uninstall) in windows's add/remove program list?
|
feedback
|
|
The uninstall registration is stored in the registry, where in the registry you should save it depends on if your installer installs the program for all users or a single user (IE your RequestExecutionLevel setting):
There are only two values that are required: DisplayName and UninstallString.
There are several optional values you can set, MSDN does not really provide a list of documented values but the NSIS Wiki has a decent list and this page has a even more complete list... | |||
|
feedback
|
|
Example usage:
| |||
|
feedback
|