VirtualBox

Changeset 107322 in vbox


Ignore:
Timestamp:
Dec 13, 2024 5:11:17 PM (7 weeks ago)
Author:
vboxsync
Message:

Windows host installer: Fixed an error: WIX v4 will report an error (ICE20) when simply commenting out the "Ignore" button in the self-defined FilesInUse dialog, as this button needs to be defined for that standard dialog. So we simply disable the button instead [build fix].

File:
1 edited

Legend:

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

    r107321 r107322  
    594594                 WIX v4 will report an error (ICE20) when simply commenting out the following button, as this button
    595595                 needs to be defined for that standard dialog. So we simply disable the button instead. -->
    596             <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)" Disabled="Yes">
    597                 <Publish Event="EndDialog" Value="Ignore">1</Publish>
     596            <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)" Disabled="yes">
     597                <Publish Event="EndDialog" Value="Ignore" />
    598598            </Control>
    599599            <Control Id="Exit" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)">
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