VirtualBox

Ignore:
Timestamp:
Apr 29, 2024 8:09:47 AM (9 months ago)
Author:
vboxsync
Message:

Windows host installer: Upgraded to WIX v4 (4.0.5). This is a massive change that accumulates the transition from WIX v3 -> v4 where the WIX XML scheme as well as the build system has changed. See comments for details. bugref:10644

File:
1 edited

Legend:

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

    r104162 r104453  
    1 <?xml version="1.0"?>
    2 <!--
     1<!--
    32    VirtualBox Windows Installation Script (WiX)
    43-->
     
    2524-->
    2625
    27 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
    28          xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
     26<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
    2927
    3028<?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?>
    31     <Custom Action="ca_IsMSCRTInstalled" After="AppSearch">1</Custom>
     29    <Custom Action="ca_IsMSCRTInstalled" After="AppSearch"/>
    3230<?endif?>
    3331    <!-- Required for lauch conditions. See @bugref{10616} -->
    34     <Custom Action="ca_CheckTargetDirPre" After="AppSearch"/>
     32    <Custom Action="ca_CheckTargetDirPre" After="AppSearch" />
    3533    <!-- Check if the installation directory still fits our security requirements after we finalized installation.
    3634         See @bugref{10616} -->
    37     <Custom Action="ca_CheckTargetDirPost" After="InstallFinalize"><![CDATA[NOT REMOVE]]></Custom>
     35    <Custom Action="ca_CheckTargetDirPost" After="InstallFinalize" Condition="NOT REMOVE"/>
    3836
    39     <Custom Action="ca_IsWindows10" After="FileCost">1</Custom>
     37    <Custom Action="ca_IsWindows10" After="FileCost"/>
    4038
    4139</Include>
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