G DATA 365 | MXDR

Parameters for installation with .msi file

Parameter Description Note

/qn

Executes setup in silent mode without any user interaction.

msi parameter

/q (/quiet)

Executes setup in silent mode without any user interaction.

msi parameter

/l*V "C:\log\Setup.log"

Create 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 path where the installation is executed.

msi parameter

/x{ProductCode}

Deinstall the specified product. Can also be combined with silent parameter.

msi parameter

ProductCode can be found in registry: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{ProductCode}. Search for publisher key with value G DATA or DisplayName with Agent. Additionally, there is a key named AI_MSI_ProductCode with the ProductCode.

SETUPID="guid"

"License key" (Setup-ID) must be specified for silent installation. When installing via UI, the page with SetupID information is already filled in.

PROXYPACURL="curl"

Add parameter when calling agent.exe

PROXYPASSWORD="password"

Add parameter when calling agent.exe

PROXYUSERNAME="username"

Add parameter when calling agent.exe

PROXYURL="url"

Add parameter when calling agent.exe