VirtualBox

Changeset 34760 in vbox


Ignore:
Timestamp:
Dec 6, 2010 4:05:40 PM (14 years ago)
Author:
vboxsync
Message:

Automatic Guest Additions update/Main: One more process step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r34758 r34760  
    430430                    if (aTask->uFlags & AdditionsUpdateFlag_WaitForUpdateStartOnly)
    431431                        aTask->progress->notifyComplete(S_OK);
     432                    else
     433                        aTask->progress->SetCurrentOperationProgress(70);
    432434
    433435                    LogRel(("Guest Additions update is running ...\n"));
     
    452454                        {
    453455                            if (uRetExitCode == 0)
     456                            {
    454457                                LogRel(("Guest Additions update successful!\n"));
     458                                if (   SUCCEEDED(aTask->progress->COMGETTER(Completed(&fCompleted)))
     459                                    && !fCompleted)
     460                                    aTask->progress->notifyComplete(S_OK);
     461                            }
    455462                            else
    456463                            {
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