VirtualBox

Changeset 108362 in vbox


Ignore:
Timestamp:
Feb 24, 2025 7:25:09 PM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167723
Message:

Unattended: bugref:10864. build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp

    r107870 r108362  
    7979    mStrAdditionsIsoPath                = "/iso/path/addition.iso";
    8080    mfInstallGuestAdditions             = true;
     81    mfProductKeyRequired                = false;
    8182    mfInstallTestExecService            = true;
    8283    mStrValidationKitIsoPath            = "/iso/path/valkit.iso";
     
    224225}
    225226
     227HRESULT Unattended::getProductKeyRequired(BOOL *productKeyRequired)
     228{
     229    RT_NOREF(productKeyRequired);
     230    return E_NOTIMPL;
     231}
     232
    226233HRESULT Unattended::setProductKey(const com::Utf8Str &productKey)
    227234{
Note: See TracChangeset for help on using the changeset viewer.

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