VirtualBox

Ignore:
Timestamp:
Jun 26, 2017 5:31:54 PM (8 years ago)
Author:
vboxsync
Message:

Main,VBoxManage: IUnattended::vboxAdditionsIsoPath -> IUnattended::additionsIsoPath.

File:
1 edited

Legend:

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

    r67616 r67617  
    14491449                return errorSyntax(USAGE_UNATTENDEDINSTALL, "A product key is required (--key).");
    14501450
    1451             CHECK_ERROR_BREAK(unAttended, COMSETTER(VboxAdditionsIsoPath)(vboxAdditionsIsoPath.raw()));
     1451            CHECK_ERROR_BREAK(unAttended, COMSETTER(AdditionsIsoPath)(vboxAdditionsIsoPath.raw()));
    14521452
    14531453            CHECK_ERROR_BREAK(unAttended, COMSETTER(IsoPath)(isoPath.raw()));
     
    15311531        CHECK_ERROR_BREAK(unAttended, COMGETTER(FileWithPreparedData)(fileWithSettings.asOutParam()));
    15321532        CHECK_ERROR_BREAK(unAttended, COMGETTER(Group)(group.asOutParam()));
    1533         CHECK_ERROR_BREAK(unAttended, COMGETTER(VboxAdditionsIsoPath)(vboxAdditionsIsoPath.asOutParam()));
     1533        CHECK_ERROR_BREAK(unAttended, COMGETTER(AdditionsIsoPath)(vboxAdditionsIsoPath.asOutParam()));
    15341534        BOOL fInstallGuestAdditions = FALSE;
    15351535        CHECK_ERROR_BREAK(unAttended, COMGETTER(InstallGuestAdditions)(&fInstallGuestAdditions));
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