ADDLOCAL Property

[This is preliminary documentation and subject to change.]

The property value denotes a list of features, delimited by commas, that are to be installed locally. The features listed are to be found in the Feature column of the Feature table. Optionally, the value could be All to denote installing all features locally. Thus, if you wish to install all features locally you would provide the command line ADDLOCAL=All to the installer.

Set By

Command line.

Used By

MsiEngine uses this value to determine which features are to be installed locally.

Default Value

None.

Remarks

Note that the feature names are case-sensitive. Also note that if the RunFromSource column of the Component table for a component has a value of irsSourceOnly then the component is installed as run from source.