Oops - proper dashboard shortcut name in uninstall

This commit is contained in:
Eric Reed 2013-02-26 10:26:48 -05:00
parent 7118f3b091
commit 4115b83f78

View file

@ -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)