Ionic Zip Library v1.9.1.6
IconFile Property
ReferenceIonic.ZipSelfExtractorSaveOptionsIconFile
The name of an .ico file in the filesystem to use for the application icon for the generated SFX.
Declaration Syntax
C#Visual BasicVisual C++
public string IconFile { get; set; }
Public Property IconFile As String
	Get
	Set
public:
property String^ IconFile {
	String^ get ();
	void set (String^ value);
}
Remarks

Normally, DotNetZip will embed an "zipped folder" icon into the generated SFX. If you prefer to use a different icon, you can specify it here. It should be a .ico file. This file is passed as the /win32icon option to the csc.exe compiler when constructing the SFX file.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.6006 (1.9.1.6006)   view TOC