Changeset 68133 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 27, 2017 9:44:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r68129 r68133 1531 1531 */ 1532 1532 ComPtr<IUnattended> ptrUnattended; 1533 CHECK_ERROR_BREAK(machine, CreateUnattendedInstaller(ptrUnattended.asOutParam())); 1533 CHECK_ERROR_BREAK(a->virtualBox, CreateUnattendedInstaller(ptrUnattended.asOutParam())); 1534 CHECK_ERROR_BREAK(ptrUnattended, COMSETTER(Machine)(machine)); 1534 1535 1535 1536 if (pszIsoPath)
Note:
See TracChangeset
for help on using the changeset viewer.