I am trying to automate the installation of the NSClient on our machines (Windows).
Installing it manually by double clicking works fine, but if I try the below command line it installs but does not add the allowed hosts parameter.
Code: Select all
M:\>msiexec /i C:\NSCP-0.4.1.90-Win32.msi /quiet /norestart ADDLOCAL="ALL" REMOVE="Documentation"
ALLOWED_HOSTS="10.2.251.10"
Can anyone help me get this running (on Windows 7 for now)? Other methods that can be easily deployed centrally via a GPO or simple script are also welcome!
TIA!