Page 1 of 1

SMS 2003 UN-Install of Nagios

Posted: Wed Jun 06, 2012 2:16 pm
by karch01
I have successfully used SMS 2003 to install the Nagios client, copy our .ini file to the server, and stop and start the service. Now I need to find a way to uninstall the Nagios client and services on servers via a SMS 2003 package and advertisement. Suggestions?

Re: SMS 2003 UN-Install of Nagios

Posted: Wed Jun 06, 2012 3:40 pm
by yancy
Create a new advertisement, and use msiexec /x switch instead of /i

Code: Select all

msiexec /x NSClient++-0.3.9-x64.msi /quiet
to stop the serivce first:

Code: Select all

"c:\program files\nscleint++\nsclient++.exe" /stop
Hope that helps.