TopShelf install multiple of the same service on the same machine

Viewed 8349

I am trying to create windows service using TopShelf. Everything works fine with one instance of the service. However, when I copy the whole service folder to a different location and then run the installation at the location it just hangs on "startup".

I assign the servicename, description, displayaname based on the value in a config files so there is no naming conflict.

2 Answers
Related