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/VBoxMergeAppCA.wxi

    r96407 r96428  
    2828         xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
    2929
     30<?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?>
     31    <CustomAction Id="ca_IsMSCRTInstalled" BinaryKey="VBoxInstallHelper"
     32                  DllEntry="IsMSCRTInstalled" Execute="immediate" Return="ignore" Impersonate="no" />
     33<?endif?>
     34
    3035    <CustomAction Id="ca_IsWindows10" BinaryKey="VBoxInstallHelper"
    3136                  DllEntry="IsWindows10" Execute="immediate" Return="ignore" Impersonate="no" />
    3237
    3338</Include>
     39
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