1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Add Microsoft's new VC++ runtime filename prefix.

(cherry picked from commit def697d67444e798b45ff8b9eff91561543ed989)
This commit is contained in:
2019-12-10 20:01:33 -05:00
committed by rarified
parent 115d308d10
commit b77f98c0ae

View File

@ -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) {