|
From: Leif M. <lei...@ta...> - 2011-11-04 05:06:02
|
Jose, Sorry for the delay getting back to you. Unfortunately, starting with Windows Vista and 2008, Microsoft decided to change the rules for interactive services so that they can no longer interact with regular desktops. They now have access to a Session 0 desktop as you have already discovered. We are working on a way to make this kind of thing possible, but it will be in a future release. What exactly are you wanting to do? Run a GUI application in a user desktop? If so, do want to show the GUI in a specific desktop, or on all logged in desktops? Cheers, Leif On Thu, Oct 13, 2011 at 5:53 AM, Jose Nuñez <elu...@gm...> wrote: > Hi people, > > Is there a way to launch an application (in my case is an AIR app) > from a service in Windows 7? > I tried but I just can see the process of the app in the tasklist, but > the app is not shown. > The service can send/receive info by socket, but it can not launch an > external app. > > I made a research in Internet and found that from Windows Vista, the > services only work in session 0 and the desktop apps from session 1. > > But I guess there should be a way to do it... > > Any help? > > Thanks, > Jose. |