From b77f98c0aeecbeb7f97cc73b62d52ba8ab860515 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 10 Dec 2019 20:01:33 -0500 Subject: [PATCH] Add Microsoft's new VC++ runtime filename prefix. (cherry picked from commit def697d67444e798b45ff8b9eff91561543ed989) --- .../Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp index 90d7eccd..94fbf66b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp @@ -606,7 +606,7 @@ void plSelfPatcher::IInstallDep(PatcherWork*& wk) else StrPack(args, L"/q", arrsize(args)); - if (StrStrI(filename, L"vcredist")) + if (StrStrI(filename, L"vcredist") || StrStrI(filename, L"vc_redist")) StrPack(args, L" /norestart", arrsize(args)); validateptr = IValidateExeReturnCode; } else if (extension && StrCmpI(extension, L".msi") == 0) {