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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user