Xceed .NET Libraries Documentation
XceedSfxPrefix Class Members
Properties  Methods 


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace : XceedSfxPrefix Class

The following tables list the members exposed by XceedSfxPrefix.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the XceedSfxPrefix class specifying the source self-extractor binary.  
Top
Public Properties
 NameDescription
Public PropertyGets a list containing the captions of all the buttons that are shown by self-extracting zip files created with the Xceed Zip Self-Extractor binary.  
Public PropertyGets or sets the path where the self-extracting zip file extracts files to by default.  
Public PropertyGets or sets the password that the self-extracting zip file will use whenever it tries to unzip an encrypted file.  
Public PropertyGets or sets a boolean value indicating if the extracted files should be deleted once all the external programs or executables run by the self-extracting zip file (as a result of specifying programs to run in the ExecuteAfter property) have terminated  
Public PropertyGets a list containing the texts that are displayed by the various dialog boxes shown by the self-extracting zip file.  
Public PropertyGets a list containing the label captions and other miscellaneous texts that are found inside the various dialog boxes displayed by the self-extracting zip file.  
Public PropertyGets a list of DLLs to register using the regsvr32 executable available on 32-bit Windows operating systems once the files are unzipped.  
Public PropertyGets the path and filenames of one or more external programs or executables that the self-extracting zip file will run upon successfully extracting its files.  
Public PropertyGets or sets a value representing the overwrite behavior exhibited by self-extracting zip files whenever files are being extracted that already exist in the destination folder.  
Public PropertyGets a list of file extensions that the self-extractor will register with Windows.  
Public PropertyGets a list of files to copy to a different folder than the desination unzip folder once the files are unzipped.  
Public PropertyGets or sets the icon used by the self-extracting zip file. This property is not supported by Xceed Zip for .NET Compact Framework.  
Public PropertyGets the program group that the self-extracting zip file will create after successfully unzipping its files.  
Public PropertyGets a list of registry keys that the self-extracting zip file will add or change in the system registry.  
Public PropertyGets the size of the SFX source binary. (Inherited from Xceed.Zip.Sfx.SfxPrefix)
Public PropertyGets or sets a value indicating if the configuration strings should be written as unicode strings.  
Top
Public Methods
 NameDescription
Public MethodSets the SFX source binary that will be used as the zip file's prefix. (Inherited from Xceed.Zip.Sfx.SfxPrefix)
Top
Protected Methods
 NameDescription
Protected MethodAllows the XceedSfxPrefix object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected MethodOverridden. Notifies the zip file that its prefix has changed.  
Protected MethodOverridden. Sets a reference to the source binary and reads the SFX configuration if one is available.  
Protected Internal MethodOverridden. Writes the contents of the SFX source binary to the zip file's prefix.  
Top
See Also

Reference

XceedSfxPrefix Class
Xceed.Zip.Sfx Namespace