VirtualBox

Ignore:
Timestamp:
Aug 23, 2022 7:27:21 AM (2 years ago)
Author:
vboxsync
Message:

Installer/win: Added new build define VBOX_WITH_CRT_PACKING, which leaves out packing the MSCRT with the Windows installer and also checks if the MSCRT 2019 Redistributable Package is installed on the system as a prerequisite (via a custom action). bugref:10284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r96407 r96428  
    12091209        <InstallUISequence>
    12101210
     1211<?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?>
     1212            <Custom Action="ca_IsMSCRTInstalled" After="AppSearch" />
     1213<?endif?>
    12111214            <Custom Action="ca_OriginalTargetDir" After="FileCost"><![CDATA[(NOT INSTALLDIR) AND (NOT EXISTINGINSTALLDIR)]]></Custom>
    12121215            <Custom Action="ca_DefaultTargetDir" After="FileCost"><![CDATA[NOT Installed AND (NOT INSTALLDIR) AND EXISTINGINSTALLDIR]]></Custom>
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