Installing components with MSI and MST files
Use the MST file to customize the installation setting for the MSI file. Use the MSI and MST combination when you install agents on multiple machines through a Windows Group Policy. For more information, see Deploying agents through Group Policy.
To install components with MSI and MST files
- Extract the MSI and MST files as described in Extracting the MSI, MST, and CAB files.
-
On the command-line interface of the machine on which you want to install components, run the following command:
msiexec /i <MSI file> TRANSFORMS=<MST file>
For example:
msiexec /i BackupClient64.msi TRANSFORMS=BackupClient64.msi.mst