SfxExeWindowTitle Property

DotNetZip

Ionic Zip Library v1.9.1.6 SfxExeWindowTitle Property
ReferenceIonic.ZipSelfExtractorSaveOptionsSfxExeWindowTitle
The title to display in the Window of a GUI SFX, while it extracts.
Declaration Syntax
C# Visual Basic Visual C++
public string SfxExeWindowTitle { get; set; }
Public Property SfxExeWindowTitle As String
	Get
	Set
public:
property String^ SfxExeWindowTitle {
	String^ get ();
	void set (String^ value);
}
Remarks

By default the title show in the GUI window of a self-extractor is "DotNetZip Self-extractor (http://DotNetZip.codeplex.com/)". You can change that by setting this property before saving the SFX.

This property has an effect only when producing a Self-extractor of flavor SelfExtractorFlavor.WinFormsApplication.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)