VirtualBox

Changeset 100686 in vbox for trunk


Ignore:
Timestamp:
Jul 21, 2023 7:20:48 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158526
Message:

Installer/win: Fix MSCRT 2019 Redistributable Package version check. bugref:10284

File:
1 edited

Legend:

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

    r99828 r100686  
    514514
    515515                        /* Check for at least 2019. */
    516                         if (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