Version 4 (modified by anonymous, 6 years ago) (diff)

--

TracNav

SysTray.dll

A simple module to show an icon in the tray when the service is running this module does not export any check commands.

For a service to be able to "interact with the desktop" it has to be set to do so. By default (for "security reasons") it is not enabled so if you want to use this module you need to enable that. The simplest way to do is to run the following command:

nsclient++ -noboot SysTray install

For this to work the service has to have been installed first (ie. "nsclient++ -install").