|
|
|
@ -79,6 +79,8 @@ namespace MediaBrowser.Uninstaller.Execute
|
|
|
|
|
if (Product == "Server")
|
|
|
|
|
{
|
|
|
|
|
RemoveShortcut(Path.Combine(startMenu, "MB Dashboard.lnk"));
|
|
|
|
|
if (Process.GetProcessesByName("mediabrowser.serverapplication").Length != 0)
|
|
|
|
|
{
|
|
|
|
|
using (var client = new WebClient())
|
|
|
|
|
{
|
|
|
|
|
lblHeading.Content = "Shutting Down Server...";
|
|
|
|
@ -95,6 +97,7 @@ namespace MediaBrowser.Uninstaller.Execute
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// if the startmenu item is empty now - delete it too
|
|
|
|
|
if (Directory.GetFiles(startMenu).Length == 0)
|
|
|
|
|
{
|
|
|
|
|