VirtualBox

儲存庫 vbox 的更動 67616


忽略:
時間撮記:
2017-6-26 下午05:18:42 (7 年 以前)
作者:
vboxsync
訊息:

VBoxManage: Adjusted the 'unattended' command. (build fix)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r67615 r67616  
    12791279    Bstr group("group");
    12801280    Bstr machineName;
    1281     BOOL fInstallGuestAdditions;
    12821281    Bstr fileWithSettings;
    12831282    unsigned short imageIndex = 1; // applied only to Windows installation
     
    14601459            CHECK_ERROR_BREAK(unAttended, COMSETTER(ProductKey)(productKey.raw()));
    14611460
    1462             bool fInstallGuestAdditions = vboxAdditionsIsoPath.isNotEmpty();
    1463             CHECK_ERROR_BREAK(unAttended, COMSETTER(InstallGuestAdditions)(fInstallGuestAdditions));
     1461            CHECK_ERROR_BREAK(unAttended, COMSETTER(InstallGuestAdditions)(vboxAdditionsIsoPath.isNotEmpty()));
    14641462
    14651463            CHECK_ERROR_BREAK(unAttended, COMSETTER(ImageIndex)(imageIndex));
     
    15341532        CHECK_ERROR_BREAK(unAttended, COMGETTER(Group)(group.asOutParam()));
    15351533        CHECK_ERROR_BREAK(unAttended, COMGETTER(VboxAdditionsIsoPath)(vboxAdditionsIsoPath.asOutParam()));
    1536         fInstallGuestAdditions = false;
     1534        BOOL fInstallGuestAdditions = FALSE;
    15371535        CHECK_ERROR_BREAK(unAttended, COMGETTER(InstallGuestAdditions)(&fInstallGuestAdditions));
    15381536        CHECK_ERROR_BREAK(unAttended, COMGETTER(IsoPath)(isoPath.asOutParam()));
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette