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 & Recovery 11.5 Agent for Windows.

By using the transform together with the installation package, you can install the component in the unattended mode either by running the installation package manually or by deploying it through Group Policy.

The following is the complete syntax of the configuration script:

mst_gen.vbs
    /msi_path <Full path>
    [/target_dir <Installation folder>]
    [/account <User name> <Password>]
    [/remote_users <User1>;<User2>;;<UserN>]
    [/ams_address <Management server> /ams_user <Administrator name> <Password>]
    [/cep_enabled]
    [{/serial <License key> [/old_serial <old license key>] | /license_server <License server> /product <Edition code>/online_backup/advanced_online_backup}]
    [/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 <Full path>

Specifies a full path to the component's installation package. Enter a local path, such as D:\folder\AcronisAgentWindows.msi; or enter a universal naming convention (UNC) path, such as \\server\folder\AcronisAgentWindows.msi.

/target_dir <Installation folder>

Specifies the folder where to install the component.

Without this parameter, the component will be installed to the default folder: %ProgramFiles%\Acronis (in a 32-bit version of Windows) or %ProgramFiles(x86)%\Acronis (in a 64-bit version of Windows).

Parameter that applies only to the Agent Core, Management Server, and Management Console components

The following parameter applies only to the installation packages AcronisAgentCore.msi, AcronisManagementServer.msi, AcronisManagementConsole.msi, and AcronisStandaloneManagementConsole.msi.

/cep_enabled

Specifies whether a machine with any of these components will participate in the Acronis Customer Experience Program (CEP).

With this parameter, information about the hardware configuration, about the most and least used features, and about any problems will be automatically collected from the machine and sent to Acronis on a regular basis. The kind of information to be sent depends on which of the above components will be installed on the machine. The terms of participation can be found on the Customer Experience Program Web page.

Without this parameter, the information will not be sent.

Parameters that apply only to the Agent Core component

The following parameters apply only to the installation package AcronisAgentCore.msi.

/account <User name> <Password>

Specifies the user name and password of the user account under which Acronis Managed Machine Service will run on the machine. All agents on the machine will run as this service. The user account must have appropriate privileges as described in "Specifying credentials for Acronis services". Separate the name of the domain and the account by a backslash, as in: mydomain\User.

Without this parameter, the service will run under the default account: Acronis Agent User

/remote_users <User1>;<User2>;;<UserN>

Specifies the user names that will be added to the Acronis Remote Users group. Members of this group are allowed to connect to the machine remotely.

With this parameter, only the specified users will be added to the group. Separate the user names by using semicolons (;).

Without this parameter, all members of the Administrators group on the particular machine will be added to the group.

/ams_address <Management server>

Specifies the name or IP address of Acronis Backup & Recovery 11.5 Management Server. With this parameter, the machine will be registered on the management server after the installation is complete.

/ams_user <Administrator name> <Password>

Specifies the name and password of a user who is a member of the Acronis Centralized Admins group on the management server. Use this parameter with the /ams_address parameter.

Parameters that apply only to a component that requires a license

The following parameters apply only to the installation packages AcronisAgentWindows.msi, AcronisAgentESX.msi, AcronisAgentHyperV.msi, AcronisUniversalRestore.msi (except the /online_backup and /advanced_online_backup parameters), and AcronisDeduplication.msi (except the /online_backup and /advanced_online_backup parameters).

/serial <License key>

Specifies the license key to use when installing the component. A license key is a sequence of letters and numerals separated by dashes. Enter the license key exactly, including the dashes.

/old_serial <old license key>

When upgrading from Acronis Backup & Recovery 10 or 11, this parameter specifies the license key for that product. Use this parameter with the /serial parameter.

If the license keys are stored on a license server, use the /license_server parameter instead.

/license_server <License server>

Specifies the name or IP address of the machine where the license server is installed.

When using this parameter, also specify the /product parameter.

/product <Edition code>

Specifies the code of your edition of Acronis Backup & Recovery 11.5.

The codes are the following:

Acronis Backup & Recovery 11.5 Advanced Server: ABR11.5_AS

Acronis Backup & Recovery 11.5 Advanced Server for Windows: ABR11.5_ASW

Acronis Backup & Recovery 11.5 Advanced Server SBS Edition: ABR11.5_SBS

Acronis Backup & Recovery 11.5 Advanced Workstation: ABR11.5_AW

Acronis Backup & Recovery 11.5 Virtual Edition family: ABR11.5_VE, ABR11.5_VEESX, ABR11.5_VEHV, ABR11.5_VERHEV, ABR11.5_VEXEN, or ABR11.5_VEPRL

/online_backup

Specifies that the component will be installed for online backup only and will have local management capability. Neither license key nor license server is required.

/advanced_online_backup

Specifies that the component will be installed for online backup only and will have local, centralized, and remote management capability. Neither license key nor license server is required.

Parameter that applies only to the Management Console component

The following parameter applies only to the installation packages AcronisManagementConsole.msi and AcronisStandaloneManagementConsole.msi.

/current_user

Specifies that the component will be installed for the current user only and not for all users on a machine.

Avoid using this parameter when installing the component through Group Policy, because the “current user” in such installation is typically a system account.