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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top