I am trying to deploy a Windows service, but am not quite sure how to do this correctly. I created it as a console application to start with, now I turned it into a Windows service project and just call my class from the OnStart method in the service.
Now I need to install this on a server that does not have Visual Studio, which, if I understood correctly, means that I can not use InstallUtil.exe and should create an installer class instead. Is it correct?
I looked at the previous question Install the Windows.NET service without InstallUtil.exe , but I just want to make sure that I understood correctly.
If I create a class that has been answered back to, what is the next step? Upload MyService.exe and MyService.exe.config to the server, double-click the exe file and Bob is my uncle?
The service will be installed on only one server.
c # install deployment windows-services
annelie May 18 '10 at 11:22 2010-05-18 11:22
source share