INSTALLING


Example: Sharing command line utilities for installing Lotus Notes
You can provide command line utilities to users to enable them to more easily install IBM Lotus Notes themselves.

This table presents sample command line utilities that you can modify to suit your needs.

Note: The MSI file name will reflect that of the current IBM Lotus Notes release.

Table1. MSI install type and command line samples
Type of installSample command line utility
Transform installmsiexec /i "Lotus Notes 8.5.3.msi" TRANSFORMS="custom.mst"
Transform silent install msiexec /i "Lotus Notes 8.5.3.msi" /qn TRANSFORMS="custom.mst"
Silent install with fail/success promptmsiexec /i "Lotus Notes 8.5.3.msi" /qn+
Silent installsetup.exe /s /v"/qn"
Verbose loggingsetup.exe /v"/L*v c:\temp\install.log

Related concepts
Example: Using setup.exe to call a transform file during Lotus Notes silent install

Related tasks
Example: Using msiexec command line utilities for installing Lotus Notes
Example: Creating and providing a batch file for Lotus Notes silent install
Obtaining a tuner and creating a transform file to customize Lotus Notes installation