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 desination 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. |