diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-05-15 00:28:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 00:28:13 -0400 |
| commit | 5bcb6ec675052ea8fe777e4ea96a960b4641edf5 (patch) | |
| tree | 4c75250a177e33b29f7104d4d68e857b14d275cd /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | fcf588ac14333442e601559eed0d0991202611a4 (diff) | |
| parent | bc865ce6987cd263c865d9eff8e789c88d435f7a (diff) | |
Merge pull request #2637 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 272054609..37c71545a 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -775,8 +775,6 @@ namespace MediaBrowser.ServerApplication return; } - MessageBox.Show("The Visual C++ 2013 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information); - try { await InstallVcredist(GetVcredist2013Url()).ConfigureAwait(false); @@ -829,8 +827,6 @@ namespace MediaBrowser.ServerApplication return; } - MessageBox.Show("The Visual C++ 2015 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information); - try { await InstallVcredist(GetVcredist2015Url()).ConfigureAwait(false); |
