VirtualBox

Changeset 107322 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Dec 13, 2024 5:11:17 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166353
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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette