INSTALLING


Example: Sharing command line utilities for installing Notes

You can provide command line utilities to users to enable them to more easily install 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 Notes release.

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

Parent topic: Automating a customized or default Notes deployment using silent install

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

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