How to install the Kaspersky Security Center 10 Network Agent in silent mode
This article concerns Kaspersky Security Center 10:
- Service Pack 3 (version 10.5.1781.0)
- Service Pack 2 Maintenance Release 1 (version 10.4.343.0)
- Service Pack 2 (version 10.3.407.0)
The Kaspersky Security Center 10 Network Agent can be installed in silent mode (no configuration options are displayed in the dialog mode during installation).
- Copy the Network Agent MSI package from the shared folder with installation packages. By default, the path is: \\Administration_server_address\KLSHARE\Packages\NetAgent_<Network_Agent_version>\exec.
To learn how to download the Network Agent installation package, see this article.
- Run the following command:
msiexec /i “Kaspersky Network Agent.msi” /qn <setup_parameters>
where setup_parameters stand for the list of installation parameters with their values, separated by spaces (for example, PROP1=PROP1VAL PROP2=PROP2VAL).
- If you are using the standard connection settings for Kaspersky Security Center 10 version SP3 and later, and Network Agent on remote hosts, run the command:
msiexec.exe /i "Kaspersky Network Agent.msi" /qn /l*vx c:\windows\temp\nag_inst.log SERVERADDRESS="X.X.X.X" DONT_USE_ANSWER_FILE=1 PRIVACYPOLICY=1 EULA=1
where /l*vx stands for writing logs.
- If you are using the standard connection settings for a version of Kaspersky Security Center 10 earlier than SP2 MR1, as well as Network Agent on remote hosts, run the command:
msiexec.exe /i "Kaspersky Network Agent.msi" /qn /l*vx c:\windows\temp\nag_inst.log SERVERADDRESS="X.X.X.X" DONT_USE_ANSWER_FILE=1 EULA=1
where /l*vx stands for writing logs.
- If you are using the standard connection settings for a version of Kaspersky Security Center 10 earlier than SP2 MR1, as well as Network Agent on remote hosts, run the command:
msiexec.exe /i "Kaspersky Network Agent.msi" /qn /l*vx c:\windows\temp\nag_inst.log SERVERADDRESS="X.X.X.X" DONT_USE_ANSWER_FILE=1
where /l*vx stands for writing logs.
Parameters
Parameter | Description |
---|---|
EULA | Confirms your acceptance of the End User License Agreement. This is a mandatory parameter.
|
PRIVACYPOLICY | Confirms your acceptance of the Privacy Policy. This is a mandatory parameter. For version Service Pack 3 (10.5.1781.0) and later.
|
DONT_USE_ANSWER_FILE | Use the answer file to get installation parameters
|
INSTALLDIR | Installation folder |
INSTALL_NSAC | NAC installation
|
SERVERADDRESS | Administration Server address. |
SERVERPORT | Number of the port for connection to the server |
SERVERSSLPORT | Port number for SSL connection |
USESSL | Use an SSL connection
|
OPENUDPPORT | Open a UDP port
|
UDPPORT | UDP port number |
USEPROXY | Use proxy server
|
PROXYADDRESS | Proxy server address |
PROXYPORT | Proxy server port number |
PROXYLOGIN | Login for the proxy server connection account |
PROXYPASSWORD | Password for the proxy server connection account |
GATEWAYMODE | Use the connection gateway mode
|
GATEWAYADDRESS | Connection gateway address |
CERTSELECTION | Get the certificate
|
CERTFILE | Path to the certificate file |
VMVDI | Enable dynamic mode for VDI.
|
LAUNCHPROGRAM | Start the Network Agent service after installation
|