In Inno Setup, how can I update the notification a

2019-03-02 11:44发布

问题:

In Inno Setup, how can I update the notification area, (aka the system tray)? Specifically, I'm installing a service in the Code section which puts an icon in the tray. I'd like to delete it immediately, preferably still in the Code section. (Or not put the icon there at all but I don't think that's possible). When I move the mouse over the icon, it immediately disappears. Can Inno send a message to the tray so that this happens automatically?