Console.WriteLine(" /i Install the application as a Windows Service ({0}).",ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /{0} Install the application as a Windows Service ({1}).",StartupArguments.INSTALL_SERVICE,ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /u Uninstall already installed Windows Service ({0}).",ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /{0} Uninstall already installed Windows Service ({1}).",StartupArguments.UNINSTALL_SERVICE,ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine(" /{0} Don't open NzbDrone in a browser",StartupArguments.NO_BROWSER);
Console.WriteLine(" <No Arguments> Run application in console mode.");
Console.WriteLine(" <No Arguments> Run application in console mode.");
}
}
@ -43,7 +45,7 @@ namespace NzbDrone.Common
Console.WriteLine("A service with the same name ({0}) already exists. Aborting installation",ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine("A service with the same name ({0}) already exists. Aborting installation",ServiceProvider.NZBDRONE_SERVICE_NAME);
}
}
publicvoidPrintServiceDoestExist()
publicvoidPrintServiceDoesNotExist()
{
{
Console.WriteLine("Can't find service ({0})",ServiceProvider.NZBDRONE_SERVICE_NAME);
Console.WriteLine("Can't find service ({0})",ServiceProvider.NZBDRONE_SERVICE_NAME);