aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-14 22:27:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-14 22:27:58 -0400
commit2f4f8c105e57c11c48a6c840e6f3cbb11538d82d (patch)
treec6a09ce5b211757ce96cbe6ed797f4d3074a61f3 /MediaBrowser.ServerApplication
parentbdc546ed85dfb8389184234ac74c6cc7b4046515 (diff)
update image processing
Diffstat (limited to 'MediaBrowser.ServerApplication')
-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 272054609f..37c71545a4 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);