Pages

Showing posts with label msi public properties. Show all posts
Showing posts with label msi public properties. Show all posts

Friday 3 August 2012

PUBLIC Properties - MSI

Property                                                                             

Description
ADVERTISE
A comma-delimited list of features to be advertised, or the value “All.”

ADDDEFAULT
A comma-delimited list of features to be installed in their default state.

ADDLOCAL
A comma-delimited list of features to be installed locally.
ADDSOURCE
A comma-delimited list of features to be installed to run from source.
ARPAUTHORIZEDCDPREFIX
URL of the update channel for the application.
ARPCOMMENTS
Add/Remove Control Panel comments.

ARPCONTACT
Add/Remove Control Panel contact name.

ARPHELPTELEPHONE
Phone number for technical support.
ARPHELPLINK
URL for technical support.
ARPINSTALLLOCATION
Full path to the application’s primary folder, displayed by the Add/Remove Control Panel applet.
ARPNOREPAIR
If set to 1, disables the repair button in Add/Remove Control Panel.
ARPPRODUCTICON
Foreign key to the Icon table specifying the icon to display in Add/Remove Control Panel.
ARPREADME
Add/Remove Control Panel readme information.
ARPSIZE
Add/Remove Control Panel size of application in kilobytes.
ARPSYSTEMCOMPONENT
If set to 1, the application will not be displayed by the Add/Remove Control Panel applet.
ARPURLINFOABOUT
URL for information on the product.

ARPURLUPDATEINFO
URL for information about product updates.

ARPNOMODIFY
If set to 1, disables Add/Remove Control
Panel repair functionality.

ARPNOREMOVE
If set to 1, disables Add/Remove Control Panel remove functionality.
AVAILABLEFREEREG
Desired bytes free in the Registry after calling the AllocateRegistrySpace action.

CCP_DRIVE
Root path of the volume to be searched by the RMCPPSearch action.

COMPADDLOCAL
Comma-delimited list of Component IDs for components to be installed locally.
COMPADDSOURCE
Comma-delimited list of Component IDs for components to be installed to run from the source media.
COMPANYNAME
Name of the company of the user performing the installation. If this isn’t set by another method, the Installer will read the value from the Registry.
DISABLEADVTSHORTCUTS
If set to 1, the Installer will generate regular shortcuts instead of advertised shortcuts.
DISABLEMEDIA
If set to 1, prevents the user from registering a different copy of the installation source. Useful if you are setting up an administrative source and want to ensure that all installs are from this source.
DISABLEROLLBACK
Set to 1 to disable all rollback processing, including the generation of the rollback script.
PATCHNEWPACKAGECODE
New Package code to set for a product after a patch is installed.
PATCHNEWSUMMARYCOMMENTS
New comments property for a product after a patch is installed.
PATCHNEWSUMMARYSUBJECT
New subject property for a product after a patch is installed.
PIDKEY
The part of the product ID entered by the user.
REBOOTPROMPT
If set to S or Suppress, the Installer automatically reboots at each reboot prompt, without actually prompting the user.
REMOVE
Comma-delimited list of features to be removed.
ROOTDRIVE
Default drive for the installation.
SOURCELIST
Semicolon-delimited list of available source
paths for the installation.
TARGETDIR
Root location where the Installer package will be copied by an administrative installation.
USERNAME
Name of the user performing the installation. If this isn’t set by another method, the Installer will read the value from the Registry.