I have an exe file with a windows service. To install it, i use the command:
installutil myService.exe /ShowCallStack
Then, i can see the “service1” listed in Services window.
My question is if it is possible to install 2 instances of same service (using the same exe) but with diferent names. I want to do that without changing the source code.
Thanks
I’ve used something like the below script in the past. Edit the service names, save it as a VBS, and run it.