| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | ARPNOREMOVE |
| External links | |
Public property that prevents the display of the product in the Add/Remove Programs control panel if set. Windows Installer stores the value of this property under the Add/Remove Programs registry key for the product.
Note: This option only has effect on Windows 2000 and later; to prevent display of the product in the Add/Remove Programs control panel on earlier Windows versions, you should use the ARPNOREMOVE variable.
| Usage | |
|---|---|
| How to set | If you want to suppress the display of the product, you should set this variable to 1. Because this is a public property, you can also set it on the installer's command line. |
| How to use | Used internally by Windows Installer. |