VirtualBox

Changeset 35141 in vbox


Ignore:
Timestamp:
Dec 15, 2010 3:51:59 PM (14 years ago)
Author:
vboxsync
Message:

Disable automatic Guest Additions upgrading in GUI.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r35130 r35141  
    223223
    224224        <para>In the "Devices" menu in the virtual machine's menu bar,
    225         VirtualBox has a handy menu item named "Install Guest Additions",
    226         which either allows to upgrade already installed Guest Additions (only
    227         Windows Guest Additions 4.0 and later) automatically or mounts the
    228         Guest Additions ISO file inside your virtual machine to perform a
    229         manual update.</para>
    230 
    231         <para>In case of a manual update, a Windows guest should then
    232         automatically start the Guest Additions installer, which allows to
    233         install the Guest Additions into your Windows guest.</para>
     225        VirtualBox has a handy menu item named "Install guest additions",
     226        which mounts the Guest Additions ISO file inside your virtual machine.
     227        A Windows guest should then automatically start the Guest Additions
     228        installer, which installs the Guest Additions into your Windows
     229        guest.</para>
    234230
    235231        <note>
     
    15071503    guest directories is available.</para>
    15081504
    1509     <para>To use these feature, use the VirtualBox command line or the GUI.
    1510     See <xref linkend="mountingadditionsiso" /> for automatically updating the
    1511     Guest Additions or <xref linkend="vboxmanage-guestcontrol" /> for
    1512     executing guest programs, copying files from the host or creating guest
    1513     directories.</para>
     1505    <para>To use these features, use the VirtualBox command line, see
     1506    <xref linkend="vboxmanage-guestcontrol" />.</para>
    15141507  </sect1>
    15151508
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r34953 r35141  
    361361     */
    362362    bool fDoMount = false;
     363    /* Auto-update in GUI currently is disabled. */
     364#ifndef VBOX_WITH_ADDITIONS_AUTOUPDATE_UI
     365    fDoMount = true;
     366#else
    363367    CGuest guest = session().GetConsole().GetGuest();
    364368    /* Since we are going to show a modal progress dialog we don't want to wait for the whole
     
    394398        }
    395399    }
     400#endif /* VBOX_WITH_ADDITIONS_AUTOUPDATE_UI */
    396401
    397402    if (fDoMount) /* Fallback to only mounting the .ISO file. */
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