Changeset 100687 in vbox
- Timestamp:
- Jul 22, 2023 11:51:45 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r100686 r100687 514 514 515 515 /* Check for at least 2019. */ 516 if (dwMaj > 14 || (dwMaj = 14 && dwMin >= 20))516 if (dwMaj > 14 || (dwMaj == 14 && dwMin >= 20)) 517 517 VBoxSetMsiProp(hModule, L"VBOX_MSCRT_INSTALLED", L"1"); 518 518 }
Note:
See TracChangeset
for help on using the changeset viewer.