VirtualBox

Ignore:
Timestamp:
Jul 27, 2017 9:44:28 AM (8 years ago)
Author:
vboxsync
Message:

Unattended: Moved the createUnattendedInstaller method from IMachine to IVirtualBox as we will be needing it without a virtual machine in a new-vm-from-installation-iso wizard.

File:
1 edited

Legend:

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

    r68129 r68133  
    15311531             */
    15321532            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));
    15341535
    15351536            if (pszIsoPath)
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