Browse Source

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

(cherry picked from commit def697d67444e798b45ff8b9eff91561543ed989)
hoikas/newpatcher-1
Adam Johnson 4 years ago committed by rarified
parent
commit
b77f98c0ae
  1. 2
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp

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

Loading…
Cancel
Save