Install any application as a Windows Service simply editing a json file
- .Net Core 3.1
- Topshelf 4.3.0
- NLog 4.7.11
- Specify in the
appsettings.jsonfile your executable path, command line arguments and Windows Service parameter - Open a
Command Promptas Administrator and run.\RunAsService.exe installto install your application as Windows Service - That's all!
- add the startup options (automatic|automatic with delay|manual)