Doubt about Interactive Service
Hi Everyone,
I am going through some confusion while creating ACR for windows 7.
After installing source I found that it installs service and When I double clicked on that service, it was marked as Interactive service.
I rebooted, I checked other functionality but I did not get any prompt where service wants to interact.
Please guide in this case what should be my approach? Does every interactive service prompts message to interact? if no, then can we safely package such apps for Windows 7?
I am going through some confusion while creating ACR for windows 7.
After installing source I found that it installs service and When I double clicked on that service, it was marked as Interactive service.
I rebooted, I checked other functionality but I did not get any prompt where service wants to interact.
Please guide in this case what should be my approach? Does every interactive service prompts message to interact? if no, then can we safely package such apps for Windows 7?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jmcfadyen
12 years ago
you might find the UAC gets in your way here.
services now run in session0 which is different from non UAC supported OS's. As such services typically cannot interact with a desktop as you would have previously seen possible.
session 0 isolation prevents a user desktop (non session 0) from interacting with session 0. also services run a different integrity level IL. See mandatory integrity control MIC as well for more details. There is a good post around by Mark Russinovich explaining most of this.
services now run in session0 which is different from non UAC supported OS's. As such services typically cannot interact with a desktop as you would have previously seen possible.
session 0 isolation prevents a user desktop (non session 0) from interacting with session 0. also services run a different integrity level IL. See mandatory integrity control MIC as well for more details. There is a good post around by Mark Russinovich explaining most of this.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.