UI: Fix installer/updater check for vs2019 32bit
VS2019 32bit redist does not have/use vcruntime140_1.dll, so remove those checks from the installer and auto-updater.
This commit is contained in:
@@ -85,7 +85,9 @@ static inline bool HasVS2019Redist2()
|
||||
|
||||
check_dll_installed(L"msvcp140");
|
||||
check_dll_installed(L"vcruntime140");
|
||||
check_dll_installed(L"vcruntime140_1");
|
||||
if (!is32bit) {
|
||||
check_dll_installed(L"vcruntime140_1");
|
||||
}
|
||||
|
||||
#undef check_dll_installed
|
||||
|
||||
|
Reference in New Issue
Block a user