VirtualBox

Changeset 67616 in vbox


Ignore:
Timestamp:
Jun 26, 2017 5:18:42 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116381
Message:

VBoxManage: Adjusted the 'unattended' command. (build fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r67615 r67616  
    12791279    Bstr group("group");
    12801280    Bstr machineName;
    1281     BOOL fInstallGuestAdditions;
    12821281    Bstr fileWithSettings;
    12831282    unsigned short imageIndex = 1; // applied only to Windows installation
     
    14601459            CHECK_ERROR_BREAK(unAttended, COMSETTER(ProductKey)(productKey.raw()));
    14611460
    1462             bool fInstallGuestAdditions = vboxAdditionsIsoPath.isNotEmpty();
    1463             CHECK_ERROR_BREAK(unAttended, COMSETTER(InstallGuestAdditions)(fInstallGuestAdditions));
     1461            CHECK_ERROR_BREAK(unAttended, COMSETTER(InstallGuestAdditions)(vboxAdditionsIsoPath.isNotEmpty()));
    14641462
    14651463            CHECK_ERROR_BREAK(unAttended, COMSETTER(ImageIndex)(imageIndex));
     
    15341532        CHECK_ERROR_BREAK(unAttended, COMGETTER(Group)(group.asOutParam()));
    15351533        CHECK_ERROR_BREAK(unAttended, COMGETTER(VboxAdditionsIsoPath)(vboxAdditionsIsoPath.asOutParam()));
    1536         fInstallGuestAdditions = false;
     1534        BOOL fInstallGuestAdditions = FALSE;
    15371535        CHECK_ERROR_BREAK(unAttended, COMGETTER(InstallGuestAdditions)(&fInstallGuestAdditions));
    15381536        CHECK_ERROR_BREAK(unAttended, COMGETTER(IsoPath)(isoPath.asOutParam()));
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