Skip to main content

Posts

Showing posts with the label ADDLOCAL

ADDLOCAL & ADDSOURCE Properties

ADDLOCAL property The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally. The features must be present in the Feature column of the Feature Table . To install all features locally, use ADDLOCAL=ALL on the command line . Do not enter ADDLOCAL=ALL into the Property Table , because this generates a locally installed package that cannot be correctly removed. Do not use spaces between names. Use the format ADDLOCAL = value,value,value... ADDSOURCE property The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. The features must be present in the Feature column of the Feature Table . To install all features as run from source, use ADDSOURCE=ALL on the command line . Do not enter ADDSOURCE=ALL into the Property Table , because this generates a run-from-source package that cannot be correctly removed. Remarks The feature name...