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

    Description

    The SfxProgramGroup property lets you specify the name of a program group that the self-extractor will create after successfully unzipping files. If this property is left empty, a program group will not be created.

    Use the SfxProgramGroupItems property to specify the contents of the program group created by the self-extractor.

    The program group is created before the text file specified in the SfxReadmeFile property is displayed, and before the executable(s) specified in the SfxExecuteAfter property is (are) executed.

    Data type

    String

    Default value

    Empty

    Declaration (DLL API)  

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

    void XzSetSfxProgramGroup(HXCEEDZIP hZip, const TCHAR* pszValue)

    Browsable

    Yes

    Applicable methods

    Zip, Convert

    Related topics

    None