Use this format to specify named install manifest features to install using the command line. Obtain the "installfeature" ID syntax from the Notes install manifest (install.xml). To install any of these features, include the feature ID value in the “SELECTINSTALLFEATURES” property on the command line a shown below. Specify comma-separated features names in quotes as follows. Note the placement of the quote, equals sign, and space characters.
setup /s /v"SELECTINSTALLFEATURES=Activities,Sametime,Editors,CAE /qn"
Note Each feature in the Lotus Notes install manifest whose "required' attribute is set to "true" will be installed, regardless of whether it is specified in the command line in the SELECTINSTALLFEATURES statement.
To pass a parameter that contains intervening spaces, such as a directory path, enclose the parameter in quotes using a backslash quote sequence as follows:
setup /s /V"SELECTINSTALLFEATURES=Activities,Editors PROGDIR=\"C:\Program Files\Lotus\Notes\" DATADIR=\"C:\Program Files\Lotus\Notes\Data\" /qn"
Specify as few or as many feature IDs on the command line as desired.
Note All features in the supplied install manifest whose "required' attribute is set to "true" will be installed.
Note To pass a parameter that contains intervening spaces, such as a directory path, quote the parameter using a backslash quote sequence as follows:
setup /s /V"SELECTINSTALLFEATURES=Activities,Editors PROGDIR=\"C:\Program Files\Lotus\Notes\" DATADIR=\"C:\Program Files\Lotus\Notes\Data\" /qn"