4 configuration script parameters, Configuration script parameters – Acronis Backup for PC - Installation Guide User Manual
Page 10

10
Copyright © Acronis International GmbH, 2002-2014
For example:
The following command creates a transform to install the Agent Core component:
mst_gen.vbs /msi_path C:\AcronisAgentCore.msi
The following command creates a transform to install Agent for Windows with the license
key ABCDE-54321:
mst_gen.vbs /msi_path C:\AcronisAgentWindows.msi /serial ABCDE-54321
The complete syntax of the configuration script is described in "Configuration script parameters
(p. 10)".
5. Do either of the following, depending on whether you are installing or updating the component:
If you are installing the component, run Windows Installer (the msiexec program) as
follows:
When installing a component that uses a transform (in this example, Agent for Windows):
msiexec /i c:\AcronisAgentWindows.msi TRANSFORMS=AcronisAgentWindows.mst /qb
Otherwise (in this example, when installing the management console):
msiexec /i c:\AcronisManagementConsole.msi /qb
If you are updating the component, run Windows Installer as follows:
When updating a component that uses a transform (in this example, Agent for Windows):
msiexec /i C:\AcronisAgentWindows.msi TRANSFORMS=C:\AcronisAgentWindows.mst
ADDLOCAL=ALL /qb
Otherwise (in this example, when updating the management console):
msiexec /i C:\AcronisManagementConsole.msi ADDLOCAL=ALL /qb /l*v C:\log.log
2.4 Configuration script parameters
The configuration script mst_gen.vbs creates an .mst file (known as a transform, a modification, or
a modification file) for the installation package of an Acronis component such as Acronis Backup
Agent for Windows.
By using the transform together with the installation package, you can install the component in the
unattended mode.
The following is the complete syntax of the configuration script:
mst_gen.vbs
/msi_path
[/target_dir
[/account
[/cep_enabled]
{/serial
[/current_user]
Brackets ([]) denote parameters that are optional or that apply only to some components. Braces ({})
denote mutually exclusive sets of parameters; each set is separated by a pipe (|).
The following is the description of each parameter and the list of components it applies to.
Parameters that apply to any component
/msi_path