Xceed Zip for COM/ActiveX on x86/x64 Documentation
Self-Extractor Module reference / Self-Extractor Module properties / SfxReadmeFile property
In This Topic
    SfxReadmeFile property
    In This Topic

    Description

    The SfxReadmeFile property lets you specify the path and filename of a text file that will be displayed by the self-extractor upon successfully extracting its files. The file is displayed using Notepad, right before the executable(s) specified by the SfxExecuteAfter property is (are) run.

    If SfxReadmeFile is empty, no text file will be displayed.

    The maximum length string allowed for this property is 255 characters.

    Data type

    String

    Default value

    Empty

    Declaration (DLL API)  

    UINT XzGetSfxReadmeFile(HXCEEDZIP hZip, TCHAR* pszBuffer, UINT uMaxLength)

    void XzSetSfxReadmeFile(HXCEEDZIP hZip, const TCHAR* pszValue)

    Browsable

    Yes

    Applicable methods

    Zip, Convert