Service - Uninstall Service
Previous  Top  Next


Command line value: -UNINSTALL

Applies to: Syslogd_Service.exe


Effect:
Will try to uninstall the Syslog Daemon as a Service on a NT or 2000 machine. A message box will appear to indicate success or failure.


When to use:
Use if an uninstall fails from the Manage menu of the Syslog Daemon Service Manager. Or from a batch file if automation of the Service installation/uninstallation is required.

Ensure the Service is stopped first before uninstalling.

This can be done from the command line with "net stop" command.
E.g. net stop "Kiwi Syslog Daemon"

Silent option:
Follow this command line value with -silent to disable the message box from being displayed

E.g. -uninstall -silent