2nd shot at automation using service instead of console.

This commit is contained in:
kay.one 2012-02-15 17:53:59 -08:00
parent 59516c240f
commit 61d6a81446
6 changed files with 134 additions and 79 deletions

View file

@ -1,5 +1,4 @@
using System.Linq;
using System;
namespace ServiceUninstall
{
@ -8,8 +7,6 @@ namespace ServiceUninstall
static void Main()
{
ServiceHelper.Run(@"/u");
Console.WriteLine("Press any key to continue");
Console.ReadLine();
}
}
}