You can install the Network Agent of Kaspersky Security Center 11 in silent mode. This installation mode does not feature interactive input of configuration options.
Copy the Network Agent MSI package from the shared folder with installation packages to the device. 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 command:
msiexec /i "Kaspersky Network Agent.msi" /qn <setup_parameters>
, where <setup parameters> stand for the list of space separated installation parameters with their values (for example, PROP1=PROP1VAL PROP2=PROP2VAL).
For the list of installation parameters, see Online Help.
The command example:
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.