How Do I Control What My Application Shows In Add/Remove Programs?
How Do I Control What My Application Shows In Add/Remove Programs?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bkelly
22 years ago
Set the following properties in your MSI, MST or on the command line to control how the application presents itself in Add/Remove Programs:
ARPAUTHORIZEDCDFPREFIX
Uniform Resource Locator (URL) of the update channel for the program.
ARPCOMMENTS
Application comments.
ARPCONTACT
Application Contact information.
ARPINSTALLLOCATION
Fully qualified path to the program's primary folder.
ARPNOREPAIR
Disables the Repair button in the Programs Wizard.
ARPREADME
Application ReadMe Document link placed in the uninstall registry key.
ARPSIZE
Estimated size of the program in kilobytes.
ARPSYSTEMCOMPONENT
Prevents the program from being displayed in the Add/Remove Programs tool list.
ARPURLINFOABOUT
URL for program's home page.
ARPURLUPDATEINFO
URL for program update information.
ARPNOMODIFY Disables functionality that modifies the product.
ARPNOREMOVE
Disables functionality that removes the product.
ARPAUTHORIZEDCDFPREFIX
Uniform Resource Locator (URL) of the update channel for the program.
ARPCOMMENTS
Application comments.
ARPCONTACT
Application Contact information.
ARPINSTALLLOCATION
Fully qualified path to the program's primary folder.
ARPNOREPAIR
Disables the Repair button in the Programs Wizard.
ARPREADME
Application ReadMe Document link placed in the uninstall registry key.
ARPSIZE
Estimated size of the program in kilobytes.
ARPSYSTEMCOMPONENT
Prevents the program from being displayed in the Add/Remove Programs tool list.
ARPURLINFOABOUT
URL for program's home page.
ARPURLUPDATEINFO
URL for program update information.
ARPNOMODIFY Disables functionality that modifies the product.
ARPNOREMOVE
Disables functionality that removes the product.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.