0
Install .Net windows services without using installutil.exe
Tweet When writing a windows service using c# (or vb.net), you can install the service locally using installutil.exe. You can simply just install the service by using a few lines of c# code within your program’s startup. By doing this, you will not be able to use Client Profile of the framework. By changing the Program.cs (main […]