I want to install/deinstall a Windows Service without using the InstallUtil installer utility, using commandline options, for instance
Application.exe /StartService (installs service)
Application.exe /StopService (unistall service)
Is this possible, e.g. by calling the ProjectInstaller functions from within the application instead of InstallUtil calling them?