As far as I know service name for Windows service could be defined only during build process. We tremendously need to install the same executable as multiple services with different names. Is there any possibility to do this e.g. via command line parameter:
myservice.exe /install /service MyServiceName
As far as I know service name for Windows service could be defined only during build process. We tremendously need to install the same executable as multiple services with different names. Is there any possibility to do this e.g. via command line parameter:
myservice.exe /install /service MyServiceName
thanks for response