Changeset 34953 in vbox
- Timestamp:
- Dec 10, 2010 2:28:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r34950 r34953 361 361 */ 362 362 bool fDoMount = false; 363 364 363 CGuest guest = session().GetConsole().GetGuest(); 365 #ifdef DEBUG_andy366 CProgress progressInstall = guest.UpdateGuestAdditions("c:\\Downloads\\VBoxGuestAdditions_3.2.8.iso",367 AdditionsUpdateFlag_WaitForUpdateStartOnly);368 #else369 364 /* Since we are going to show a modal progress dialog we don't want to wait for the whole 370 365 * update progress being complete - the user might need to interact with the VM to confirm (WHQL) … … 372 367 CProgress progressInstall = guest.UpdateGuestAdditions(strSource, 373 368 AdditionsUpdateFlag_WaitForUpdateStartOnly); 374 #endif375 369 bool fResult = guest.isOk(); 376 370 if (fResult)
Note:
See TracChangeset
for help on using the changeset viewer.