VirtualBox

Changeset 100687 in vbox


Ignore:
Timestamp:
Jul 22, 2023 11:51:45 AM (17 months ago)
Author:
vboxsync
Message:

Installer/win: Fix the MSCRT 2019 Redistributable Package version check fix from r158526. bugref:10284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r100686 r100687  
    514514
    515515                        /* Check for at least 2019. */
    516                         if (dwMaj > 14 || (dwMaj = 14 && dwMin >= 20))
     516                        if (dwMaj > 14 || (dwMaj == 14 && dwMin >= 20))
    517517                            VBoxSetMsiProp(hModule, L"VBOX_MSCRT_INSTALLED", L"1");
    518518                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette