I have a windows service application developed in c#, The same service needs to be run with different config files. To run on these on the same machine i would need to change the name of the service. I can create multiple copies of the solution, but not sure how to change the names of the service.
Thanks