Changeset 108362 in vbox
- Timestamp:
- Feb 24, 2025 7:25:09 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r107870 r108362 79 79 mStrAdditionsIsoPath = "/iso/path/addition.iso"; 80 80 mfInstallGuestAdditions = true; 81 mfProductKeyRequired = false; 81 82 mfInstallTestExecService = true; 82 83 mStrValidationKitIsoPath = "/iso/path/valkit.iso"; … … 224 225 } 225 226 227 HRESULT Unattended::getProductKeyRequired(BOOL *productKeyRequired) 228 { 229 RT_NOREF(productKeyRequired); 230 return E_NOTIMPL; 231 } 232 226 233 HRESULT Unattended::setProductKey(const com::Utf8Str &productKey) 227 234 {
Note:
See TracChangeset
for help on using the changeset viewer.