Connecting Tech Pros Worldwide Forums | Help | Site Map

Installing windows Service remotely

Bhavya Shah
Guest
 
Posts: n/a
#1: Nov 15 '05
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



Nicholas Paldino [.NET/C# MVP]
Guest
 
Posts: n/a
#2: Nov 15 '05

re: Installing windows Service remotely


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.


--
- Nicholas Paldino [.NET/C# MVP]
- nicholas.paldino@exisconsulting.com

"Bhavya Shah" <bhavya.shah@i-link.co.in> wrote in message
news:eXlhAlEeDHA.2756@TK2MSFTNGP11.phx.gbl...[color=blue]
> Hello,
> I want to install an application as a Windows Service on a remote[/color]
computer.[color=blue]
> 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
>
>[/color]


Closed Thread