Installing in silent mode with MSI
You can install Data Protection for Oracle in silent mode by using the Microsoft™ Installer program (MSI), and the msiexec.exe file.
Before you begin
About this task
Important: Data Protection for Oracle installs
the Microsoft Visual C++
2012 Redistributable Package as a setup prerequisite. If you are installing
the product with the msiexec.exe file, you must
separately install the Microsoft Visual
C++ 2012 Redistributable Package. The files are included in the installable
packages:
- For Windows™ 64 bit, install the following file:
In the path to the Data Protection for Oracle files: \ISSetupPrerequisites\"{3A3AF437-A9CD-472f-9BC9-8EEDD7505A02} "\vcredist_x64.exe
Procedure
The following example silently installs to a directory
other than the default installation directory and includes custom
features:
msiexec /i<path to msi file>\"IBM Tivoli Storage Manager for Databases - Oracle.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"