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,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 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 PROGDIR=\"C:\Program Files\
Lotus\Notes\" DATADIR=\"C:\Program Files\Lotus\Notes\Data\" /qn"
Note As of Notes 8.5.1, to install Domino Designer, Domino Administrator and Lotus Symphony silently, you must use the following statements in the command line:
SELECT_DESIGNER=1
SELECT_ADMIN=1
SELECT_EDITORS=1
SELECTINSTALLFEATURES=Notes.Designer.Install
SELECTINSTALLFEATURES=Notes.Admin.Install
SELECTINSTALLFEATURES=Editors
For example:
SELECT_DESIGNER=1 SELECT_EDITORS=1 SELECTINSTALLFEATURES=Activities,Editors, Notes.Designer.Install
To additionally install any of the other optional features, add them to the SELECTINSTALLFEATURES statement, for example (in a single command line) as follows:
SELECT_DESIGNER=1 SELECT_EDITORS=1 SELECTINSTALLFEATURES=Activities,Editors, Notes.Designer.Install