Xceed .NET Libraries Documentation
ProgramGroup Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : ProgramGroup Property
Gets the program group that the self-extracting zip file will create after successfully unzipping its files.
Syntax
'Declaration
 
Public ReadOnly Property ProgramGroup As ProgramGroup
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As ProgramGroup
 
value = instance.ProgramGroup
public ProgramGroup ProgramGroup {get;}

Property Value

A reference to a ProgramGroup object representing the program group that the self-extracting zip file will create as well as all the items contained within the program group.
Remarks

The program group is created before the executable(s) specified in the ExecuteAfter property are executed.

This property is the equivalent of the SfxProgramGroup and SfxProgramGroupItems properties and the SfxAddProgramGroupItem method of the ActiveX version of Xceed Zip.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members