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.
Type of install |
Sample command line utility |
---|---|
Transform install |
msiexec /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 prompt |
msiexec /i "HCL Notes 11.0.msi" /qn+ |
Silent install |
setup.exe /s /v"/qn" |
Verbose logging |
setup.exe /v"/L*v c:\temp\install.log |