Replaced ServiceInstall.bat/ServiceUninstall.bat with exe files that automatically elevate user permissions.

This commit is contained in:
kay.one
2012-01-16 23:12:22 -08:00
parent 4da2e1cb72
commit 850880de47
22 changed files with 537 additions and 26 deletions
@@ -63,6 +63,8 @@ namespace NzbDrone.Common.Test
serviceProvider.ServiceExist(TEMP_SERVICE_NAME).Should().BeTrue();
serviceProvider.UnInstall(TEMP_SERVICE_NAME);
serviceProvider.ServiceExist(TEMP_SERVICE_NAME).Should().BeFalse();
ExceptionVerification.ExpectedWarns(1);
}
[Test]