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.

NOTICE This is not used on windows vista and above!

On Vista you enable the shared session like so:

[Settings]
...
shared_Session=1

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:

# Make sure the service is installed 
nsclient++ -install
# Change the service so it can interact with the desktop
nsclient++ -noboot SysTray install

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

Last modified 4 years ago Last modified on 09/17/09 20:45:50