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/VirtualBox.wxs

    r96423 r96428  
    121121        Privileged
    122122    </Condition>
     123
     124<?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?>
     125    <!-- Check if we have the required MS CRT(s) installed when we're not shipping those. -->
     126    <Condition Message="!(loc.NeedMSCRT)">
     127        Installed OR (VBOX_MSCRT_INSTALLED)
     128    </Condition>
     129<?endif ?>
    123130
    124131    <!-- Detect old innotek installation -->
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