I have created an executable that has 2 services defined, by following steps similar to the post at: Can I have multiple services hosted in a single windows executable
In this case, if I use installutil.exe to install the service, it looks like it installs all the services defined (2 in this case). With this implementation, is there a way to have installutil.exe only install the service I specify in a command line (e.g. installutil.exe /service=Service1 ), instead of all of the services defined?
Thanks!