You can use a ServiceInstaller and ServiceProcessInstaller -
http://msdn.microsoft.com/library/de...pplication.asp
HTH
--
W.G. Ryan, MVP
www.tibasolutions.com |
www.devbuzz.com |
www.knowdotnet.com
"Trevor" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Is "intstallutil.exe" (the program to install/uninstall a C# service)
> included with the .NET Runtime? Will an end user who does not have
> Visual Studio .NET installed still be able to execute "installutil.exe"
> from the command line if only the .NET Runtime is installed? Are there
> any other methods of installing a Windows Service written in C#?