VirtualBox

Changeset 97362 in vbox


Ignore:
Timestamp:
Nov 1, 2022 7:21:31 AM (2 years ago)
Author:
vboxsync
Message:

​bugref:10180 - fixed issue where some files are not cleaned up after vm deletion or vm execution interruption, ensured enum value ordering stayed consistent [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r97360 r97362  
    42194219        if (pImage->fAuxiliary && pImage->strImagePath.endsWith(".viso"))
    42204220        {
    4221             rc = ptrMedium->SetProperty(L"UnattendedInstall", L"1");
     4221            rc = ptrMedium->SetProperty(Bstr(L"UnattendedInstall").raw(), Bstr(L"1").raw());
    42224222            LogRelFlowFunc(("Medium::SetProperty -> %Rhrc\n", rc));
    42234223        }
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