Name | Description | |
---|---|---|
XceedSfxPrefix Constructor | Initializes a new instance of the XceedSfxPrefix class specifying the source self-extractor binary. |
The following tables list the members exposed by XceedSfxPrefix.
Name | Description | |
---|---|---|
XceedSfxPrefix Constructor | Initializes a new instance of the XceedSfxPrefix class specifying the source self-extractor binary. |
Name | Description | |
---|---|---|
ButtonCaptions | Gets 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. | |
DefaultDestinationFolder | Gets or sets the path where the self-extracting zip file extracts files to by default. | |
DefaultPassword | Gets or sets the password that the self-extracting zip file will use whenever it tries to unzip an encrypted file. | |
DeleteUnzippedFiles | Gets 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 | |
DialogMessages | Gets a list containing the texts that are displayed by the various dialog boxes shown by the self-extracting zip file. | |
DialogStrings | Gets 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. | |
DllsToRegister | Gets a list of DLLs to register using the regsvr32 executable available on 32-bit Windows operating systems once the files are unzipped. | |
ExecuteAfter | Gets 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. | |
ExistingFileBehavior | Gets 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. | |
ExtensionsToAssociate | Gets a list of file extensions that the self-extractor will register with Windows. | |
FilesToCopy | Gets a list of files to copy to a different folder than the destination unzip folder once the files are unzipped. | |
Icon | Gets or sets the icon used by the self-extracting zip file. This property is not supported by Xceed Zip for .NET Compact Framework. | |
ProgramGroup | Gets the program group that the self-extracting zip file will create after successfully unzipping its files. | |
RegistryKeys | Gets a list of registry keys that the self-extracting zip file will add or change in the system registry. | |
SourceModuleSize | Gets the size of the SFX source binary. (Inherited from Xceed.Zip.Sfx.SfxPrefix) | |
WriteConfigurationStringsAsUnicode | Gets or sets a value indicating if the configuration strings should be written as Unicode strings. |
Name | Description | |
---|---|---|
SetSourceModule | Sets the SFX source binary that will be used as the zip file's prefix. (Inherited from Xceed.Zip.Sfx.SfxPrefix) |
Name | Description | |
---|---|---|
Finalize | Allows the XceedSfxPrefix object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
OnChanged | Overridden. Notifies the zip file that its prefix has changed. | |
SetInternalSourceModule | Overridden. Sets a reference to the source binary and reads the SFX configuration if one is available. | |
WriteSfxPrefix | Overridden. Writes the contents of the SFX source binary to the zip file's prefix. |