Skip to content
⌘ NSIS Forum Archive

Tray icon with context menu for java application

3 posts

krishnachovdry#

Tray icon with context menu for java application

Hi

My requirement is...After my application is installed..a tray icon(notify icon) has to be displayed with context menu.The entries in the context would be START and STOP.When start is pressed my jar file has to be executed and when stop is pressed it has to stoppped. I don't find any examples for tray icon with context icon.How can i achieve this with NSIS.

Can some one help me

Regards
Krish
fabian.rap.more#
I dont think it was designed to do that. If you click then you can get it to start/stop according to a variable state that can be set/reset.......