diff --git a/nsclient.zip b/nsclient.zip index 4fae7c3..e557797 100644 Binary files a/nsclient.zip and b/nsclient.zip differ diff --git a/nsclient/install.bat b/nsclient/install.bat index 700201f..20cf166 100644 --- a/nsclient/install.bat +++ b/nsclient/install.bat @@ -7,9 +7,10 @@ xcopy .\trunk\*.* "%ProgramFiles%\NSclient++\" /e /i /h /y "%ProgramFiles%\NSclient++\nsclient++.exe" -uninstall "%ProgramFiles%\NSclient++\nsclient++.exe" -install -Net Start NSClientpp echo "-------- INSTALL COMPLETED --------------" -echo "Remember to notepad %ProgramFiles%\NSclient++\check_eva.ini" -pause \ No newline at end of file +echo "Remember to notepad %ProgramFiles%\NSclient++\check_eva.ini before completing install" +pause + +Net Start NSClientpp