Changeset 71308 in vbox
- Timestamp:
- Mar 13, 2018 9:01:54 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Installer/win/UserInterface.wxi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r64107 r71308 3 3 User interface include for VirtualBox WiX script. 4 4 5 Copyright (C) 2006-201 6Oracle Corporation5 Copyright (C) 2006-2018 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 676 676 <Publish Event="EndDialog" Value="Retry">1</Publish> 677 677 </Control> 678 <!-- Currently we don't want to let the users ignore a running VirtualBox installation, as this 679 will result in an unstable mix of the old and new installation until a reboot is performed. See #9139. 678 680 <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)"> 679 681 <Publish Event="EndDialog" Value="Ignore">1</Publish> 680 682 </Control> 681 <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)"> 683 --> 684 <Control Id="Exit" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)"> 682 685 <Publish Event="EndDialog" Value="Exit">1</Publish> 683 686 </Control>
Note:
See TracChangeset
for help on using the changeset viewer.

