aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/MainStartup.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-15 00:34:33 -0400
committerGitHub <noreply@github.com>2017-05-15 00:34:33 -0400
commita4efcf07f42d1ccd2be0c2f4d2af1208366f6ab6 (patch)
treec4d0a9693850b977b66c057508b286ed50da9a3c /MediaBrowser.ServerApplication/MainStartup.cs
parente2085763296e32e7ef1532460030e5449725116a (diff)
parent4a8aa20698aa761cba7ab7e45181a2b3251fca64 (diff)
Merge pull request #2639 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
-rw-r--r--MediaBrowser.ServerApplication/MainStartup.cs4
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);