PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

Installation #101

Closed lefig closed 6 years ago

lefig commented 6 years ago

Hi Peter,

Firstly, this is not an issue but rather expression of appreciation for an excellent project.

I have a query regarding installation.

Do I pass "action:install" as a command line parameter?

Many thanks

Fig

thepersonclass commented 6 years ago

I believe it would be something like this cd to your bin folder of you project.

yourservice.dll action::install

I tried this with the sample project though and got an issue where its looking for a System.Runtime 4.2.0 and could not find this dependency.

lefig commented 6 years ago

Thanks Peter. I will give it a try.