SelfExtractorOptions

ArchiveSaveOptions.SelfExtractorOptions property

Gets or sets settings for self extracted archive.

public SelfExtractorOptions SelfExtractorOptions { get; set; }

Remarks

Assign it if you need to compose executable program to extract an archive without any software installed on the target computer.

See Also