SelfExtractorOptions

SelfExtractorOptions class

Options for creation of self-extracting executable archive.

The SelfExtractorOptions type exposes the following members:

Constructors

NameDescription
SelfExtractorOptions()Initializes a new instance of the SelfExtractorOptions class

Properties

NameDescription
extractor_titleGets or sets the title of extractor’s window.
title_iconGets or sets path to title icon for main windows of extractor application.
close_window_on_extractionGets or sets a value indicating whether extractor window must be closed upon extraction or not.
run_after_extractionGets or sets a program to be executed after the archive extraction is completed.

See Also