VirtualBox

Ignore:
Timestamp:
Apr 30, 2024 9:19:59 AM (7 months ago)
Author:
vboxsync
Message:

Windows host installer: More quoting changes for WIX v4 needed for custom action conditions. ​bugref:10644

File:
1 edited

Legend:

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

    r104453 r104459  
    4141         digging through a lot of code to understand the where and why. -->
    4242    <Custom Action="ca_RemoveHostOnlyInterfacesNDIS6" After="InstallInitialize"
    43             Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE='ALL')" />
     43            Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE=&quot;ALL&quot;)" />
    4444
    4545    <!-- Stop the host-only interfaces on update only. Driver still has to be
     
    4747         do the actual upgrading, preserving the interfaces. -->
    4848    <Custom Action="ca_StopHostOnlyInterfacesNDIS6" After="InstallInitialize"
    49             Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE='ALL')" />
     49            Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE=&quot;ALL&quot;)" />
    5050
    5151    <!-- Uninstall the driver only on package upgrade, as for uninstall it is
     
    5555         digging through a lot of code to understand the where and why. -->
    5656    <Custom Action="ca_UninstallNetAdp6Args" Before="ca_UninstallNetAdp6"
    57             Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE='ALL')" />
     57            Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE=&quot;ALL&quot;)" />
    5858
    5959    <Custom Action="ca_UninstallNetAdp6" After="ca_StopHostOnlyInterfacesNDIS6"
    60             Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE='ALL')" />
     60            Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE=&quot;ALL&quot;)" />
    6161
    6262<?endif?>
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