Installing Data Protection for HCL Domino with the MSI executable file
Instructions on how to install Data Protection for IBM® Domino® with the msiexec.exe file are presented.
Before you begin
- Windows 32 bit, install \ISSetupPrerequisites\Microsoft Visual C++ 2012 Service Update 1 Runtime Libraries (x86)\vcredist_x86.exe
- Windows 64 bit, install \ISSetupPrerequisites\Microsoft Visual C++ 2012 Service Update 1 Runtime Libraries (x64)\vcredist_x64.exe
About this task
Note: In the Data Protection for HCL Domino silent installation, you
must substitute the appropriate .msi package file name and Language Package
feature when you are installing a language other than English. See Table 3 - Silent installation features (Language Packages
only).
This example silently installs Data Protection for HCL Domino to a directory
other than the default installation directory and includes custom features:
msiexec /i <path to msi file>\"IBM Storage Protect for Mail - Lotus Domino.msi
"RebootYesNo="No" Reboot="Suppress" ALLUSERS=1
INSTALLDIR="c:\program files\tivoli\tsm"
ADDLOCAL="Client,License_Paid"
TRANSFORM=1033.mst /norestart /qn /l*v "c:\temp\log.txt"
Note:
- You must place quotation marks " around the following items:
- A directory path that contains spaces.
- An argument that specifies multiple features. Although quotation marks are needed around the complete argument, you must still place a backslash before each internal quotation mark.
- All features that are listed in a custom installation must be specified after the addlocal option.