From 4115b83f7852083a1652f3cf5cc3ee4f5d368ab3 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Tue, 26 Feb 2013 10:26:48 -0500 Subject: [PATCH] Oops - proper dashboard shortcut name in uninstall --- MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs index 428af7b62c..9937177a7c 100644 --- a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs +++ b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs @@ -77,7 +77,7 @@ namespace MediaBrowser.Uninstaller.Execute RemoveShortcut(Path.Combine(startMenu, linkName)); 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 (Directory.GetFiles(startMenu).Length == 0)