NOTES CLIENT INSTALLATION AND UPGRADE


Providing command line utilities for Notes install
Provide command line utilities so that users can install one or more clients on their workstations. 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.
Type of installSample command line utility
Transform installmsiexec /i "Lotus Notes 8.0.2.msi" TRANSFORMS="custom.mst"
Transform silent install msiexec /i "Lotus Notes 8.0.2.msi" /qn TRANSFORMS="custom.mst"
Silent install with fail/success promptmsiexec /i "Lotus Notes 8.0.2.msi" /qn+
Silent installsetup.exe /s /v"/qn"
Verbose loggingsetup.exe /v"/L*v c:\temp\install.log

Related topics