Hi I have a windows service application running on users local computers. I also have a application updater app which is invoked by the service to check if there are any latest updates avaliable. If there are then I would like to pop up a notification on the task bar to notify the user that there are updates avaliable. The user can click on the the notify icon and start the update process which will stop the service, install the updates and restart the app.
My question is how can I get the notify icon to appear on the desktop. I tried to get the updater to pop up the icon but since the windows service starts the updater, the updater runs under System user and hence cannot open UIs. Can anybody suggest a solution please