- Timestamp:
- Jul 21, 2023 7:20:48 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 158526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r99828 r100686 514 514 515 515 /* Check for at least 2019. */ 516 if (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.