NOTES CLIENT INSTALLATION AND SMART UPGRADE


Providing command line utilities for installation
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.
Type of installSample command line utility
Transform installmsiexec /i "Lotus Notes 8.0.msi" TRANSFORMS="custom.mst"
Transform silent install msiexec /i "Lotus Notes 8.0.msi" /qn TRANSFORMS="custom.mst"
Silent install with fail/success promptmsiexec /i "Lotus Notes 8.0.msi" /qn+
Silent installsetup.exe /s /v"/qn"
Verbose loggingsetup.exe /v"/L*v c:\temp\install.log

See also