Exemple #1
0
 public void UnInstall()
 {
     WinServiceInstaller.UnInstall(ServiceInfo);
 }
Exemple #2
0
 public void Install()
 {
     WinServiceInstaller.Install(ServiceInfo);
 }