public void RunTimeInstall(ServiceConfiguration config) { if (this.SeesService) { ServiceInstallationManager.RuntimeUninstall(config); } ServiceInstallationManager.RuntimeInstall(config); }
public void RunTimeUninstall(ServiceConfiguration config) { ServiceInstallationManager.RuntimeUninstall(config); }