Changeset 107322 in vbox
- Timestamp:
- Dec 13, 2024 5:11:17 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r107321 r107322 594 594 WIX v4 will report an error (ICE20) when simply commenting out the following button, as this button 595 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">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" /> 598 598 </Control> 599 599 <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.