VirtualBox

Changeset 71308 in vbox


Ignore:
Timestamp:
Mar 13, 2018 9:01:54 AM (7 years ago)
Author:
vboxsync
Message:

Windows installer: Removed the "Ignore" action in the case the current VBox installation is still running, as the (successful) update will not work until a host reboot is performed (see #9139).

File:
1 edited

Legend:

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

    r64107 r71308  
    33    User interface include for VirtualBox WiX script.
    44
    5     Copyright (C) 2006-2016 Oracle Corporation
     5    Copyright (C) 2006-2018 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    676676                <Publish Event="EndDialog" Value="Retry">1</Publish>
    677677            </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.
    678680            <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)">
    679681                <Publish Event="EndDialog" Value="Ignore">1</Publish>
    680682            </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)">
    682685                <Publish Event="EndDialog" Value="Exit">1</Publish>
    683686            </Control>
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