Installing windows Service remotely

  • Thread starter Thread starter Bhavya Shah
  • Start date Start date
B

Bhavya Shah

Hello,
I want to install an application as a Windows Service on a remote computer.
I know the procedure to install a windows service on a local computer by
using installutil.exe.
How can I install a Windows Service on a remote computer programmatically
through C#.

Regards,
Bhavya Shah
 
Bhavya,

I don't know if this is possible on a remote machine. If anything, I
would think that you have to have some sort of remoted object or something
of that nature on it which will call InstallUtil.exe. Either that, or you
have to be able to set up a terminal server session of some sort.

Hope this helps.
 
Back
Top