G
Guest
This application is sort of remote execution. I use C#.NET
I have created a windows service listening a port say 4000. When client
connected to the listener; send a special packet containing executable file
name with command line arguments, server start this exe at own machine(server
itself).
Server start this process by using Process class, but the problem is that
if i say the exe is notepad.exe. server started notepad successfully but in
background and does'nt show it's GUI but can view at task manager->Processes
tab not appear in task manager->Application tab.
ProductInstaller modifiers is public, Account = LocalSystem.
Without Windows Service wrapper, this application is working perfectly
Please help urgently. Thanks in advance
Zeeshan Gulzar
I have created a windows service listening a port say 4000. When client
connected to the listener; send a special packet containing executable file
name with command line arguments, server start this exe at own machine(server
itself).
Server start this process by using Process class, but the problem is that
if i say the exe is notepad.exe. server started notepad successfully but in
background and does'nt show it's GUI but can view at task manager->Processes
tab not appear in task manager->Application tab.
ProductInstaller modifiers is public, Account = LocalSystem.
Without Windows Service wrapper, this application is working perfectly
Please help urgently. Thanks in advance
Zeeshan Gulzar