CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dondany007

Search: Search took 0.01 seconds.

  1. Re: Running exe as service in windows server 2008

    Thanks for the reply...

    I tried CreateProcessAsUser but still it is not invoking my exe.

    I tried several other options like obtaining token by using WTSQueryUserToken for sessin obtained with...
  2. Running exe as service in windows server 2008

    I want to run my exe as service in windows server 2008. I created my exe by using vc++ 2008. From vista, windows have isolated session 0 from user session. I want my service to be interactive. I am...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured