The options for generating a self-extracting archive.
| C# | Visual Basic | Visual C++ |
public class SelfExtractorSaveOptions
Public Class SelfExtractorSaveOptions
public ref class SelfExtractorSaveOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SelfExtractorSaveOptions()()()() | Initializes a new instance of the SelfExtractorSaveOptions class | |
| Copyright |
The copyright notice, if any, to embed into the generated EXE.
| |
| DefaultExtractDirectory |
The default extract directory the user will see when
running the self-extracting archive.
| |
| Description |
The description to embed into the generated EXE.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExtractExistingFile |
Specify what the self-extractor will do when extracting an entry
would overwrite an existing file.
| |
| FileVersion |
The file version number to embed into the generated EXE. It will show up, for
example, during a mouseover in Windows Explorer.
| |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Flavor |
The type of SFX to create.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IconFile |
The name of an .ico file in the filesystem to use for the application icon
for the generated SFX.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PostExtractCommandLine |
The command to run after extraction.
| |
| ProductName |
The product name to embed into the generated EXE.
| |
| ProductVersion |
The product version to embed into the generated EXE. It will show up, for
example, during a mouseover in Windows Explorer.
| |
| Quiet |
Whether the ConsoleApplication SFX will be quiet during extraction.
| |
| RemoveUnpackedFilesAfterExecute |
Whether to remove the files that have been unpacked, after executing the
PostExtractCommandLine.
| |
| SfxExeWindowTitle |
The title to display in the Window of a GUI SFX, while it extracts.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| SelfExtractorSaveOptions | |