Changeset 97362 in vbox
- Timestamp:
- Nov 1, 2022 7:21:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r97360 r97362 4219 4219 if (pImage->fAuxiliary && pImage->strImagePath.endsWith(".viso")) 4220 4220 { 4221 rc = ptrMedium->SetProperty( L"UnattendedInstall", L"1");4221 rc = ptrMedium->SetProperty(Bstr(L"UnattendedInstall").raw(), Bstr(L"1").raw()); 4222 4222 LogRelFlowFunc(("Medium::SetProperty -> %Rhrc\n", rc)); 4223 4223 }
Note:
See TracChangeset
for help on using the changeset viewer.