VirtualBox

Changeset 44132 in vbox for trunk


Ignore:
Timestamp:
Dec 14, 2012 10:43:16 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82727
Message:

VBoxManage storageattach: check if the Additions image is really known

File:
1 edited

Legend:

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

    r44131 r44132  
    492492                                CHECK_ERROR(pProperties, COMGETTER(DefaultAdditionsISO)(bstrIso.asOutParam()));
    493493                                strIso = Utf8Str(bstrIso);
     494                                if (strIso.isEmpty())
     495                                    throw Utf8Str("Cannot find the Guest Additions ISO image\n");
    494496                                pszMedium = strIso.c_str();
    495497                                if (devTypeRequested == DeviceType_Null)
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