The latest agent installer for Axcient x360Recover has now been packaged as a standard Windows installer .MSI package.
In order to perform an automated installation, custom properties must be set when calling the Windows installer in order to configure the agent settings.
To perform a silent installation of the x360Recover agent, use MSIEXEC as follows:
InstallMSIEXEC /I agentInstaller.msi /q SERVER=<Appliance IP Address> [BACKUP_VOLUMES=<Drv>,<Drv>…] [PASSWORD=<encryption password>]
-
The SERVER parameter is required. If omitted, the agent will be installed without an appliance server address and backups will not occur.
- The BACKUP_VOLUMES parameter is optional and may be omitted. Specify specific drive letters to be backed up in a comma separated list. (i.e. BACKUP_VOLUMES=C,D,E)
- The PASSWORD parameter is optional and may be omitted. Specify the password that will be required to access the protected system from an appliance or vault when performing data recovery operations.
UninstallMSIEXEC /x agentInstaller.msi
Deployment Notes
When performing an automated network deployment, specify the fully qualified UNC network path to the agent file.
For example, use this:
\\Server\Share\agentInstall.msi
Do not use this:
F:\Share\agentInstall.msi
|