Changeset 67617 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 26, 2017 5:31:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r67616 r67617 1449 1449 return errorSyntax(USAGE_UNATTENDEDINSTALL, "A product key is required (--key)."); 1450 1450 1451 CHECK_ERROR_BREAK(unAttended, COMSETTER( VboxAdditionsIsoPath)(vboxAdditionsIsoPath.raw()));1451 CHECK_ERROR_BREAK(unAttended, COMSETTER(AdditionsIsoPath)(vboxAdditionsIsoPath.raw())); 1452 1452 1453 1453 CHECK_ERROR_BREAK(unAttended, COMSETTER(IsoPath)(isoPath.raw())); … … 1531 1531 CHECK_ERROR_BREAK(unAttended, COMGETTER(FileWithPreparedData)(fileWithSettings.asOutParam())); 1532 1532 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())); 1534 1534 BOOL fInstallGuestAdditions = FALSE; 1535 1535 CHECK_ERROR_BREAK(unAttended, COMGETTER(InstallGuestAdditions)(&fInstallGuestAdditions));
Note:
See TracChangeset
for help on using the changeset viewer.