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