G DATA MXDR
Parameters for installation with an .msi file
| Parameter | Description | Note |
|---|---|---|
/qn |
Performs the installation in silent mode without user interaction. |
MSI parameter |
/q (/quiet) |
Performs the installation in silent mode. |
MSI parameter |
/l*V "C:\log\Setup.log" |
Creates a log file at the specified path. The path is optional; if only a file is specified, the log file is created in the same location where the installation is executed. |
MSI parameter |
/x{ProductCode} |
Uninstall the specified product. This can also be combined with the silent parameter. |
MSI parameter The ProductCode is located in the registry: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{ProductCode}. Search for the Publisher key with the value G DATA or DisplayName with Agent. In addition, there is a key named AI_MSI_ProductCode with the ProductCode. |
SETUPID="guid" |
The "license key" (Setup ID) must be specified for the silent installation. When setting up via the user interface, the page with the Setup ID information is already pre-filled. |
|
PROXYPACURL="curl" |
Add the parameter when calling agent.exe. |
Passes Proxypacurl to gdata.agent.exe as an optional parameter. |
PROXYPASSWORD="password" |
Add the parameter when calling agent.exe. |
|
PROXYUSERNAME="username" |
Add the parameter when calling agent.exe. |
|
PROXYURL="url" |
Add the parameter when calling agent.exe. |
|
PROXYBYPASS="bypass" |
Add the parameter when calling agent.exe. |
List of hosts to which requests are not routed via the proxy, for example test.gdata.de or *.gdata.de. |