Support Add/Remove Programs
The application installer should supply the information required so that Add/Remove Programs in the Windows Control Panel can obtain information about the application as needed. This information should be written to the Windows Registry during the install. The Registry values should be written under the following key:
| HKEY_LOCAL_MACHINE |
| Software |
| Microsoft |
| Windows |
| CurrentVersion |
| Uninstall |
| vendor application name |
| Registry Value | Contents |
|---|---|
| DisplayName | Display name of application |
| UninstallPath | Full path to the application's uninstall program |
| InstallLocation | Full path where application is located (folder or.exe) |
| Publisher | Publisher/Developer of application |
| VersionMajor | Major version number of application |
| VersionMinor | Minor version number of application |