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

Data Protection for HCL Domino must be installed from an account that is a member of the local Administrators group for the system on which the Domino server is running. Data Protection for HCL Domino installs the Microsoft Visual C++ 2012 Redistributable Package as a setup prerequisite. If you are installing with msiexec.exe, you must separately install the Microsoft Visual C++ 2012 Redistributable Package. The files are included in the installable packages:
  • 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.