An enum that provides the different self-extractor flavors
| C# | Visual Basic | Visual C++ |
public enum SelfExtractorFlavor
Public Enumeration SelfExtractorFlavor
public enum class SelfExtractorFlavor
| Member | Description |
|---|---|
| ConsoleApplication |
A self-extracting zip archive that runs from the console or
command line.
|
| WinFormsApplication |
A self-extracting zip archive that presents a graphical user
interface when it is executed.
|