service & interactive service desktop on vista
C#
1
Posts
1
Posters
0
Views
1
Watching
-
request all to help me for the following issue... 1.As a part of the requirements in my application there will be a windows service running 24/7. 2.this windows service will launch a windows application(GUI) to take user input.. The above application worked fine till windows XP... but on windows vista & windows 7 before launching application from windows service an "interactive Service Desktop" pop-up is launched automically with options "view my app" and "ask me later" by clicking on "view my app"...my application GUI popup is launched....otherwise it is not launched... How to avoid the intermediate popup i.e.,"interactive service desktop"? Please help me..