|
From: Leif M. <le...@ta...> - 2009-03-10 16:20:27
|
Rakesh, Sorry, I have not yet found any way to do this. It appears that there are some calls to show simple popup dialogs to the user. But not a full blown GUI. What exactly does your application need to display? Anyone with any input on this would be appreciated as well. Cheers, Leif On Tue, Mar 10, 2009 at 9:13 PM, rakesh chaudhary <rak...@gm...> wrote: > Hi Leif, > Were you able to find out some crack for the same. > Thanks! > Rakesh > > On Tue, Mar 3, 2009 at 10:16 AM, Leif Mortenson > <lei...@ta...> wrote: >> >> Windows Vista Handles Interactive services quite differently than >> previous versions of Windows. >> http://msdn.microsoft.com/en-us/library/ms683502.aspx >> >> For security reasons, it no longer allows interactive services to run >> along side other non-secure applications as they can access each other >> via their windows. To avoid this, the servicee is forced to display >> itself in an isolated desktop. I believe that is what you are seeing. >> >> I am going to do some more research on this and come up with a >> suggested way of handling this. >> >> Cheers, >> Leif >> >> On Mon, Mar 2, 2009 at 8:56 PM, Tested Java +ve <rak...@gm...> >> wrote: >> > >> > Hi Leif, >> > >> > Now I am able to see the GUI's. >> > >> > But I m caught in a another scenario.. >> > >> > I found out that the service running my application doesn't start any >> > kind >> > of java.exe or javaw.exe process. >> > >> > but it run's the client request. >> > >> > Also its mandatory for my application to start the exe without any User >> > interaction. >> > >> > Because currently I have to select between the current desktop and >> > interactive desktop which is being poped up by user request.In my case >> > there >> > will be no one to select between these options on the remote machine on >> > which the service is running. >> > >> > How can we avoid this? >> > >> > Environment:Windows Vista Home Basic >> > JRE : 6 >> > >> > >> > Leif Mortenson-2 wrote: >> >> >> >> This could be getting caused by any number of things. I would need >> >> more information to say for sure. >> >> >> >> My first guess is that your service is not being run as an interactive >> >> service. That alone would explain why the GUI is not visible. >> >> See this page: >> >> >> >> http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-interactive.html >> >> >> >> Cheers, >> >> Leif >> >> >> >> On Mon, Feb 16, 2009 at 6:05 PM, Tested Java +ve <rak...@gm...> >> >> wrote: >> >>> >> >>> >> >>> Hi all, >> >>> >> >>> I have a RMI-Application,which runs fine as Standalone.But after >> >>> starting >> >>> the application as a service >> >>> it start's the required exe's in process tree but not as a >> >>> application. >> >>> >> >>> The Structure is a Client/Administrator will start a particular exe on >> >>> a >> >>> machine on which the Service is running. >> >>> >> >>> I have created the Service for the RMI-Server specific files using >> >>> Wrapper. >> >>> >> >>> After starting the java.exe process the service starts the exes but in >> >>> as >> >>> process and doesn't pop up the >> >>> application window. >> >>> >> >>> For eg:If I request to start a mspaint the process mspaint.exe starts >> >>> but >> >>> doesnot pop up the paint window... >> >>> >> >>> Can any one find the bottleneck in this >> >>> >> >>> Thanks in Advance |