Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Nov 3, 2021
1 parent d349582 commit c7a4af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TVRename/Forms/CefWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ public void InitialiseBrowserFramework()
Logger.Error("C++ Version (Git Library): " + VcRuntime.GetInstalled(_ => true).Select(VersionToString).ToCsv());
Logger.Warn($"If C++ 2019 is not installed visit: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160 and install the latest appropriate version");

MessageBox.Show("TV Rename needs Microsoft Visual C++ 2015-2019 Redistributable to be present. Beginnign install now.", "Missing Dependencies");
MessageBox.Show("TV Rename needs Microsoft Visual C++ 2015-2019 Redistributable to be present. Downloading installer now.", "Missing Dependencies");
string urlToDownload = Environment.Is64BitProcess ? "vc_redist.x64.exe" : "vc_redist.x86.exe";
Helpers.OpenUrl($"https://aka.ms/vs/16/release/{urlToDownload}");

}
CheckForBroswerDependencies(false);

Expand Down

0 comments on commit c7a4af0

Please sign in to comment.