How to: Install a .NET windows service without InstallUtil.exe
How to: Install a .NET windows service without InstallUtil.exe
Install a .NET windows service without InstallUtil.exe
I have a standard .NET windows service written in C#.
Can it install itself without using InstallUtil? Should I use the service installer class? How should I use it?
I want to be able to call the following:
MyService.exe -install
and it will have the same effect as calling:
InstallUtil MyService.exe
Answer: Install a .NET windows service…
View On WordPress













