VirtualBox

Changeset 104457 in vbox


Ignore:
Timestamp:
Apr 30, 2024 8:10:16 AM (7 months ago)
Author:
vboxsync
Message:

Windows host installer: Fixed running custom actions before LaunchConditions. This is needed in order to set custom properties we need when LaunchConditions is being evaluated / run. Should fix running the installer on the testboxes in silent mode. ​bugref:10644

File:
1 edited

Legend:

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

    r104453 r104457  
    2727
    2828<?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?>
    29     <Custom Action="ca_IsMSCRTInstalled" After="AppSearch"/>
     29    <Custom Action="ca_IsMSCRTInstalled" Before="LaunchConditions"/>
    3030<?endif?>
    3131    <!-- Required for lauch conditions. See @bugref{10616} -->
    32     <Custom Action="ca_CheckTargetDirPre" After="AppSearch" />
     32    <Custom Action="ca_CheckTargetDirPre" Before="LaunchConditions" />
    3333    <!-- Check if the installation directory still fits our security requirements after we finalized installation.
    3434         See @bugref{10616} -->
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