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