PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

self contained apps

jchannon opened this issue · comments

In the README it says you should use dotnet myapp built-in-account:NetworkService action:install but if you publish the app you end up with a binary so does the following work myapp.exe built-in-account:NetworkService action:install ?

It should but as I am not using it, it's not very high priority for me to make it work. If it doesn't feel free to clone it and glance at what the problem is. I'll be happy to release it asap if you fix something but can't spend much time in the following weeks working on this.

works fine as a self contained app, thanks