VirtualBox

Changeset 107321 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Dec 13, 2024 5:10:20 PM (5 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.

File:
1 edited

Legend:

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

    r107296 r107321  
    591591            <!-- Currently we don't want to let the users ignore a running VirtualBox installation, as this
    592592                 will result in an unstable mix of the old and new installation until a reboot is performed. See #9139.
    593             <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)">
     593
     594                 WIX v4 will report an error (ICE20) when simply commenting out the following button, as this button
     595                 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">
    594597                <Publish Event="EndDialog" Value="Ignore">1</Publish>
    595598            </Control>
    596             -->
    597599            <Control Id="Exit" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)">
    598600                <Publish Event="EndDialog" Value="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