VirtualBox

Changeset 102116 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 15, 2023 7:41:58 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160237
Message:

Main/Unattended: added user payload to unattended. bugref:10446

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r101683 r102116  
    8989    Utf8Str const &i_getValidationKitIsoPath() const;
    9090    bool           i_getInstallTestExecService() const;
     91    Utf8Str const &i_getUserPayloadIsoPath() const;
     92    bool           i_getInstallUserPayload() const;
    9193    Utf8Str const &i_getTimeZone() const;
    9294    PCRTTIMEZONEINFO i_getTimeZoneInfo() const;
     
    135137    bool            mfInstallTestExecService;
    136138    Utf8Str         mStrValidationKitIsoPath;
     139    Utf8Str         mStrUserPayloadIsoPath;
     140    bool            mfInstallUserPayload;
    137141    Utf8Str         mStrTimeZone;
    138142    PCRTTIMEZONEINFO mpTimeZoneInfo;
     
    209213    HRESULT getInstallTestExecService(BOOL *aInstallTestExecService);
    210214    HRESULT setInstallTestExecService(BOOL aInstallTestExecService);
     215    HRESULT getUserPayloadIsoPath(com::Utf8Str &aUserPayloadIsoPath);
     216    HRESULT setUserPayloadIsoPath(const com::Utf8Str &aUserPayloadIsoPath);
     217    HRESULT getInstallUserPayload(BOOL *aInstallUserPayload);
     218    HRESULT setInstallUserPayload(BOOL aInstallUserPayload);
    211219    HRESULT getTimeZone(com::Utf8Str &aTimezone);
    212220    HRESULT setTimeZone(const com::Utf8Str &aTimezone);
  • trunk/src/VBox/Main/include/UnattendedInstaller.h

    r101695 r102116  
    342342     *
    343343     * The base class implementation adds the script from mAlg, additions ISO
    344      * content to '/vboxadditions', and validation kit ISO to '/vboxvalidationkit'.
     344     * content to '/vboxadditions', validation kit ISO to '/vboxvalidationkit',
     345     * and user payload ISO to '/vboxuserpayload'.
    345346     *
    346347     * @returns COM status code.
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