auto install vcruntime

This commit is contained in:
HolographicHat
2022-09-25 12:29:10 +08:00
parent 78a29e9390
commit c2e3a3b13d
5 changed files with 32 additions and 26 deletions

12
res/App.Designer.cs generated
View File

@@ -374,20 +374,20 @@ namespace YaeAchievement.res {
}
/// <summary>
/// Looks up a localized string similar to -.
/// Looks up a localized string similar to Downloading Visual C++ Redistributable....
/// </summary>
internal static string VcRuntimeAfterInstall {
internal static string VcRuntimeDownload {
get {
return ResourceManager.GetString("VcRuntimeAfterInstall", resourceCulture);
return ResourceManager.GetString("VcRuntimeDownload", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You need install Visual C++ Redistributable 2015-2022(latest) before run this application..
/// Looks up a localized string similar to Installing Visual C++ Redistributable....
/// </summary>
internal static string VcRuntimeNotInstalled {
internal static string VcRuntimeInstalling {
get {
return ResourceManager.GetString("VcRuntimeNotInstalled", resourceCulture);
return ResourceManager.GetString("VcRuntimeInstalling", resourceCulture);
}
}
}