Changeset 35141 in vbox
- Timestamp:
- Dec 15, 2010 3:51:59 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
doc/manual/en_US/user_GuestAdditions.xml (modified) (2 diffs)
-
src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_GuestAdditions.xml
r35130 r35141 223 223 224 224 <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> 234 230 235 231 <note> … … 1507 1503 guest directories is available.</para> 1508 1504 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> 1514 1507 </sect1> 1515 1508 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r34953 r35141 361 361 */ 362 362 bool fDoMount = false; 363 /* Auto-update in GUI currently is disabled. */ 364 #ifndef VBOX_WITH_ADDITIONS_AUTOUPDATE_UI 365 fDoMount = true; 366 #else 363 367 CGuest guest = session().GetConsole().GetGuest(); 364 368 /* Since we are going to show a modal progress dialog we don't want to wait for the whole … … 394 398 } 395 399 } 400 #endif /* VBOX_WITH_ADDITIONS_AUTOUPDATE_UI */ 396 401 397 402 if (fDoMount) /* Fallback to only mounting the .ISO file. */
Note:
See TracChangeset
for help on using the changeset viewer.

