Unattended installation

Components of Acronis Backup & Recovery 11.5, such as Acronis Backup & Recovery 11.5 Agent for Windows, can be installed in the unattended mode, as opposed to the interactive mode.

This section describes unattended installation and update by using Windows Installer (the msiexec program). In an Active Directory domain, another way of performing unattended installation or update of a supported component is through Group Policy—see "Installing the agent through Group Policy".

Some components require a file known as a transform (an .mst file). Use of a transform for other components is optional.

The following table summarizes components and features that can be installed or updated in the unattended mode.

 

Component name

msi file name

Requires a transform?

Agent Core (required by any agent)

Agent Core

AcronisAgentCore.msi

+

Agents

Agent for Windows

AcronisAgentWindows.msi

+

Agent for VMware vSphere ESX(i) (Windows)

AcronisAgentESX.msi

+

Agent for Hyper-V

AcronisAgentHyperV.msi

+

Agent for Microsoft Exchange Server

AcronisAgentExchange.msi

+

Agent features

Deduplication

AcronisDeduplication.msi

+

Universal Restore

AcronisUniversalRestore.msi

+

Media builder

Bootable media builder

AcronisBootableComponentsMediaBuilder.msi

-

Management console

Management Console for advanced editions

AcronisManagementConsole.msi

-

Management Console for stand-alone editions

AcronisStandaloneManagementConsole.msi

-

Preparation

To create a transform for a component, you need the configuration script mst_gen.vbs.

This script is located in the folder where Acronis Backup & Recovery 11.5 Management Console is installed. The default folder path is:

If the management console is installed on a different machine, you can copy the script from that machine. See also “Examples of creating a transform” later in this section.

Order of installation for an agent

When you install an agent, first install the Agent Core component (if it is not yet installed), then the agent itself, and then the agent features.

Installation procedure

To install or update a component in the unattended mode

  1. Start the setup program.
  2. Click Extract installation files (when using the standard setup program) or Save installation files (when using the Web-based setup program).
  3. Extract the component's installation package.
  4. If you are installing a component that uses a transform, create the transform by running the configuration script. Otherwise, skip this step.

    For example, 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

    See the examples later in this section. The complete syntax of the configuration script is described in "Configuration script parameters".

  5. Do either of the following, depending on whether you are installing or updating the component:

Examples of creating a transform

Transform for Agent Core. The following command creates a transform for the installation package of the Agent Core component:

mst_gen.vbs /msi_path C:\AcronisAgentCore.msi /account mydomain\agentuser MyPassWd /ams_address managementsrv /ams_user adminname AdminPassWd

After unattended installation with this transform:

Transform for Agent for Windows. The following command creates a transform for the installation package of Agent for Windows:

mst_gen.vbs /msi_path C:\AcronisAgentWindows.msi /license_server licensesrv /product AS

After unattended installation with this transform:

Similarly, you can create transforms for the agent features such as Universal Restore.