Parameters for unattended installation (MSI)
The following table summarizes the parameters for unattended installation when you use an MSI file.
You can also use additional msiexec
parameters, as described in the Microsoft documentation.
Parameters | Description |
---|---|
General parameters | |
ADDLOCAL= <component1,component2,...,componentN> |
The components to be installed. See the full list of available components in Components for unattended installation (MSI). When you specify multiple components, separate them with commas. Do not add spaces before or after the comma. You must extract the installation files for all components that you want to install. For more information about how to extract them, see Extracting the MSI, MST, and CAB files.
|
TARGETDIR= <path> |
The folder in which the selected components will be installed. If the specified folder does not exist, it will be created. If you do not specify this parameter, a default folder is used: C:\Program Files\BackupClient. |
REBOOT=ReallySuppress
|
Specify this parameter if you want to install components without restarting the machine. |
/l*v <log file> |
Specify this parameter to save a verbose log. This log is needed if you have to investigate installation issues. |
CURRENT_LANGUAGE= <language ID> |
The product language. The following values are available: en, bn, bg, cs, da, de, es, fr, ko, id, it, hi, hu, ms, nl, ja, nb, pl, pt, pt_BR, ru, fi, sr, sv, th, tr, vi, zh, zh_TW. If you do not specify this parameter, and the system language of the machine on which you perform the installation is listed above, the system language is used. In all other cases, the value is set to en. |
SKIP_SHA2_KB_CHECK= {0,1} |
Use this parameter to choose whether to check if the SHA2 code signing support update from Microsoft (KB4474419) is installed on the machine. The check only runs on operating systems that require this update. To see if it is required for your operating system, see Supported operating systems and environments. Use this parameter with value set to If you do nоt specify the parameter or set its value to |
FSS_ONBOARDING_AUTO_START= {0,1} |
Use this parameter with value set to If you do not specify this parameter or set its value to |
Registration parameters | |
REGISTRATION_ADDRESS
|
The URL of the Cyber Protection service. You can use this parameter either with the
|
|
The credentials for the account under which the agent will be registered in the Cyber Protection service. This cannot be a partner administrator account. Do not use these parameters with the |
REGISTRATION_PASSWORD_ENCODED
|
The password for the account under which the agent will be registered in the Cyber Protection service, encoded in base64. For more information on how to encode your password, see Passwords with special characters or blank spaces. |
REGISTRATION_TOKEN
|
The registration token. The registration token is a series of 12 characters, separated into three segments by hyphens. For more information about how to generate one, see Generating a registration token. Do not use this parameter with the |
REGISTRATION_REQUIRED= {0,1} |
Use this parameter to choose what happens if the registration fails. If you set the value to |
Logon account for the agent service |
|
MMS_USE_SYSTEM_ACCOUNT= {0,1} |
Use this parameter with value For more information about the logon accounts, see Changing the logon account on Windows machines. |
MMS_CREATE_NEW_ACCOUNT= {0,1} |
Use this parameter with value 1 , to make the agent service run under a new logon account, Acronis Agent User, which is created automatically. |
|
Use these parameters to specify an existing logon account under which the agent service will run. |
vCenter/ESXi parameters | |
SET_ESX_SERVER= {0,1} |
Use this parameter when you install Agent for VMware. If you set the value to If you set the value to |
ESX_HOST= <host name> |
The host name or IP address of vCenter Server or the ESXi host. |
|
The access credentials to vCenter Server or the ESXi host. |
Proxy parameters | |
|
Use these parameters to specify the HTTP proxy server that the agent will use. If you do not use a proxy server, do not specify these parameters. |
|
The credentials for the HTTP proxy server. Use these parameters if the proxy server requires authentication. |
Uninstallation parameters | |
REMOVE={ <list of components>|ALL}
|
The components to be uninstalled. When you specify multiple components, separate them with commas. Do not add spaces before or after the comma. To remove all product components, set the value to |
DELETE_ALL_SETTINGS={0, 1}
|
To delete all product logs, tasks, and configuration settings, set the value to Use this optional parameter when you use the |
ANTI_TAMPER_PASSWORD= <password>
|
The password required for uninstalling a password-protected Agent for Windows or modifying its components. |