aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Installer/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-13 10:01:32 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-13 10:01:32 -0400
commit99b19a80b2db6d2c3e8ccb36f954a63711e22ad3 (patch)
treedd0419a32c12ba69a5dfe71cc5cf391ffb37d4ae /MediaBrowser.Installer/MainWindow.xaml.cs
parent8405c17d25fcf2da0a710c76cdd6f9df6369d44a (diff)
parente3af1798566b7aa0b568d2db2f06a1af7a0b0ec3 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Installer/MainWindow.xaml.cs')
-rw-r--r--MediaBrowser.Installer/MainWindow.xaml.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Installer/MainWindow.xaml.cs b/MediaBrowser.Installer/MainWindow.xaml.cs
index 5ceccdf43..a48ce85d1 100644
--- a/MediaBrowser.Installer/MainWindow.xaml.cs
+++ b/MediaBrowser.Installer/MainWindow.xaml.cs
@@ -265,6 +265,9 @@ namespace MediaBrowser.Installer
}
}
+ // Now delete the pismo install files
+ Directory.Delete(Path.Combine(RootPath, "Pismo"), true);
+
// And run
try
{
@@ -289,6 +292,7 @@ namespace MediaBrowser.Installer
pismo.StartInfo.Arguments = "install";
pismo.Start();
pismo.WaitForExit();
+
}
protected async Task<PackageVersionInfo> GetPackageVersion()