VirtualBox

Ignore:
Timestamp:
Jun 13, 2013 12:10:23 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86380
Message:

Main/IGuest::UpdateGuestAdditions: Implemented support for passing optional command line arguments to the performing installer on the guest (untested).

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox

  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r46430 r46524  
    490490#else
    491491    CGuest guest = session().GetConsole().GetGuest();
    492     QVector<KAdditionsUpdateFlag> flagsUpdate;
    493     CProgress progressInstall = guest.UpdateGuestAdditions(strSource, flagsUpdate);
     492    QVector<KAdditionsUpdateFlag> aFlagsUpdate;
     493    QVector<QString> aArgs;
     494    CProgress progressInstall = guest.UpdateGuestAdditions(strSource,
     495                                                           aArgs, aFlagsUpdate);
    494496    bool fResult = guest.isOk();
    495497    if (fResult)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette