Installation Instructions
37 Copyright © Acronis International GmbH, 2002-2015
Specifies what components appear on the Web page. Each component is specified as a product
element. For example:
<product
name="Agent for Windows"
package="AcronisAgentWindows.msi"
type="win"
description="Install the agent on a machine to be able to back up its disks,
volumes and files."
/>
The product element has the following attributes:
name
The name of the component as it appears on the Web page.
package
The name of the component’s installation package (an .msi, .i686, or .x86_64 file). The file
must be located in the following
folder: %CommonProgramFiles%\Acronis\RemoteInstaller\<product build
number>.
type
The operating system for which the component is intended. The possible values of this
attribute: win (Windows) and linux (Linux).
description
The description of the component as it appears on the Web page. The description is shown
under the name of the component.
ams
Specifies the management server (AMS) on which the machine will be registered after
installation. For example:
<ams address="ManagementServer" />
The address attribute specifies the name or IP address of the management server.
This must be the same server where the Web page is installed. Do not try to specify another
server here. However, you can change the network name of the server to its fully-qualified
domain name (FQDN), such as ManagementServer.example.com, or to its IP address. This may be
useful if the downloaded setup program fails to add user machines to the management server.
license-server
Specifies the license server from which components will take licenses during installation. For
example:
<license-server address="LicenseServer" />
The address attribute specifies the name or IP address of the license server.
web-setup-settings
Specifies how the components will be installed.
This element has the following content:
acep
Specifies whether to enable the machine to participate in the Acronis Customer Experience
Program (CEP). The default setting is:
<acep enabled="false" />