Trying to install Kaspersky network agent with K1000.
Tried the setup.exe and says install but does not. Tried Msi but then wants you to install the setup.exe. Any help appreciated
1 Comment
[ + ] Show comment
-
What happens if you run setup.exe /s locally on a computer? (not through KACE) - JasonEgg 7 years ago
Answers (1)
Please log in to answer
Posted by:
jboehlke
7 years ago
We were recently attempting the same thing, not sure if you got this fixed for you case or not, but this is what we found:
KB on Kasperky's support site for deploying Network Agent via command line:
https://support.kaspersky.com/9363#block0
Using the K1000, we used the .msi with the following options, which worked for us:
/qn /l*vx c:\windows\temp\nag_inst.log SERVERADDRESS="xx.xx.xx.xx" DONT_USE_ANSWER_FILE=1 /i
* where xx.xx.xx.xx is the IP address of your KES server