HTH
--
W.G. Ryan, MVP
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Trevor" <tre...@spam.com> wrote in message
news:%23HMxJTS...@TK2MSFTNGP09.phx.gbl...
Yes, it's part of the runtime.
Willy.
System.Configuration.Install.ManagedInstallerClass.InstallHelper(new
string[] { yourServiceExePath });
Similarly, you would uninstall your service as follows:
System.Configuration.Install.ManagedInstallerClass.InstallHelper(new
string[] { "/u", yourServiceExePath });
Ken
"Trevor" <tre...@spam.com> wrote in message
news:%23HMxJTS...@TK2MSFTNGP09.phx.gbl...