Implement configureautorun in server #19 need to update nuget to put in mbt

This commit is contained in:
Eric Reed
2013-03-12 15:28:06 -04:00
parent 36e4e8f402
commit cc9f249afe
2 changed files with 30 additions and 0 deletions

View File

@@ -128,6 +128,14 @@ namespace MediaBrowser.ServerApplication
/// <value>The HTTP server.</value>
private IHttpServer HttpServer { get; set; }
/// <summary>
/// The full path to our startmenu shortcut
/// </summary>
protected override string ProductShortcutPath
{
get { return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.StartMenu), "Media Browser Server.lnk"); }
}
/// <summary>
/// Runs the startup tasks.
/// </summary>