davidwhitney/SimpleServices

Should be able to take more than one command line parameters

Closed this issue · 1 comments

I failed to install our executable as a service with a second command line parameter

app.exe /i /name=SampleService

It looks like that SimpleServiceApplication.cs is using string.Contact(args) to detect install/uninstall behavior, which I think we should use something like List.Contains..

Would you accept a pull request about this?

Gladly :)
On 21 Feb 2016 3:12 p.m., "Wayne Wang" notifications@github.com wrote:

I failed to install our executable as a service with a second command line
parameter

app.exe /i /name=SampleService

It looks like that SimpleServiceApplication.cs is using
string.Contact(args) to detect install/uninstall behavior, which I think we
should use something like List.Contains..

Would you accept a pull request about this?


Reply to this email directly or view it on GitHub
#4.