Changeset 107321 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Dec 13, 2024 5:10:20 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r107296 r107321 591 591 <!-- Currently we don't want to let the users ignore a running VirtualBox installation, as this 592 592 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"> 594 597 <Publish Event="EndDialog" Value="Ignore">1</Publish> 595 598 </Control> 596 -->597 599 <Control Id="Exit" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)"> 598 600 <Publish Event="EndDialog" Value="Exit" />
Note:
See TracChangeset
for help on using the changeset viewer.