diff --git a/MediaBrowser.Installer/MainWindow.xaml.cs b/MediaBrowser.Installer/MainWindow.xaml.cs index a48ce85d19..2a905293c9 100644 --- a/MediaBrowser.Installer/MainWindow.xaml.cs +++ b/MediaBrowser.Installer/MainWindow.xaml.cs @@ -240,6 +240,7 @@ namespace MediaBrowser.Installer } // Create shortcut + lblStatus.Text = "Creating Shortcuts..."; var fullPath = Path.Combine(RootPath, "System", TargetExe); try { @@ -254,6 +255,7 @@ namespace MediaBrowser.Installer // Install Pismo if (InstallPismo) { + lblStatus.Text = "Installing ISO Support..."; try { PismoInstall(); @@ -269,6 +271,7 @@ namespace MediaBrowser.Installer Directory.Delete(Path.Combine(RootPath, "Pismo"), true); // And run + lblStatus.Text = string.Format("Starting {0}...", FriendlyName); try { Process.Start(fullPath); diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index a43270d1cf..3293aab5af 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -31,7 +31,7 @@ Media Browser Team Media Browser false - 44 + 46 0.1.1.%2a false true