Bläddra i källkod

Oops - proper dashboard shortcut name in uninstall

Eric Reed 12 år sedan
förälder
incheckning
4115b83f78
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs

+ 1 - 1
MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs

@@ -77,7 +77,7 @@ namespace MediaBrowser.Uninstaller.Execute
             RemoveShortcut(Path.Combine(startMenu, linkName));
             RemoveShortcut(Path.Combine(startMenu, linkName));
             if (Product == "Server")
             if (Product == "Server")
             {
             {
-                RemoveShortcut(Path.Combine(startMenu, "Dashboard.lnk"));
+                RemoveShortcut(Path.Combine(startMenu, "MB Dashboard.lnk"));
             }
             }
             // if the startmenu item is empty now - delete it too
             // if the startmenu item is empty now - delete it too
             if (Directory.GetFiles(startMenu).Length == 0)
             if (Directory.GetFiles(startMenu).Length == 0)