More work on WindowsService, still broken

This commit is contained in:
Keivan Beigi
2011-10-13 18:22:51 -07:00
parent 6b7923bd52
commit 6f3065d5ab
13 changed files with 289 additions and 183 deletions

View File

@@ -20,5 +20,10 @@ namespace NzbDrone.Providers
Logger.Info("Printing Help");
Console.WriteLine("Help");
}
public virtual void PrintServiceAlreadyExist()
{
Console.WriteLine("A service with the same name ({0}) already exists. Aborting installation", ServiceProvider.NzbDroneServiceName);
}
}
}