- silent
This specifies that the command will run in silent mode.
-V licenseAccepted="true|false"
This sets the variable to accept the license agreement panel.
-P installLocation="<location>"
This sets the install location for Notes client. The value must not contain an ending slash symbol (\).
-V selectInstallFeatures="<list of comma separated install feature ids>"
This sets the list of optional install features that can be installed.
This argument overrides all install feature "default" attributes in the install manifest. If you use this argument, only the install features listed in the argument and the "required" install features are installed/selected.
-V removeInstallFeatures="<list of comma separated install feature ids>"
This sets the list of optional install features that can be removed on upgrade.
This argument is only supported for Domino Administrator and Domino Designer install features when you are updating Notes. If Notes is already installed, and the Administrator client and/or Designer client are also already installed, and you are upgrading Notes with the current installer, you can use this argument to remove/deselect the Administrator client and/or Designer client from the upgrade.
In this example, the Notes installer is run silently such that all features in the install manifest whose required attribute is set to true are installed and the license agreement is accepted without prompting. You must minimally use these command line parameters to run Notes silent install on Linux.
setup.exe -silent -V licenseAccepted="true"