Sometimes I have to run debug version of service in production environment to check new code modifications.
It would be great if I can just upload bin\Debug folder and run:
myservice.exe --debugui and call LoadServices(forceUI=true) to run my service with ServiceHelper UI without Visual Studio installed.