Besides the service.StartType = ServiceStartMode.Automatic my service does not start after installation
Solution
Inserted this code on my Pr
Use the .NET ServiceController class to start it, or issue the commandline command to start it --- "net start servicename". Either way works.