we actually run the uvnc server (v 1.0.1) mainly with user privileges in an user environment (wxp & w7 x64). the user starts an exe, that starts the "VNC Server" Service with admin rights. so the pc can be remote controlled. after that, the .exe starts "winvnc.exe -servicehelper" to show the tray-icon.
now the helper behind the trayicon is running with admin privileges and the user has the possibility to stop the "VNC Server"-Service by clicking right on tray-icon > "close vnc".
This works very fine in version 1.0.1 ...!
But we have to upgrade to version 1.0.9.6.1 now.
I saw, that the "uvnc_service" starts the servicehelper (trayicon) automatically. thats no problem, because we're starting the service with admin rights by using our runas-exe. but now, the user can't control the service anymore by using the trayicon-function "stop service". it always shows the windows run as dialog where nothing happens with the actual user...
So.. How can I bypass the final step and end the service as our workaround in version 1.0.1?
Thanks in advance.
Sorry for my bad english

Sebastian