Quiet Property

DotNetZip

Ionic Zip Library v1.9.1.6 Quiet Property
ReferenceIonic.ZipSelfExtractorSaveOptionsQuiet
Whether the ConsoleApplication SFX will be quiet during extraction.
Declaration Syntax
C# Visual Basic Visual C++
public bool Quiet { get; set; }
Public Property Quiet As Boolean
	Get
	Set
public:
property bool Quiet {
	bool get ();
	void set (bool value);
}
Remarks

This option affects the way the generated SFX runs. By default it is false. When you set it to true,...

Flavor Behavior
ConsoleApplication

no messages will be emitted during successful operation.

Double-clicking the SFX in Windows Explorer or as an attachment in an email will cause a console window to appear briefly, before it disappears. If you run the ConsoleApplication SFX from the cmd.exe prompt, it runs as a normal console app; by default, because it is quiet, it displays no messages to the console. If you pass the -v+ command line argument to the Console SFX when you run it, you will get verbose messages to the console.


WinFormsApplication
the SFX extracts automatically when the application is launched, with no additional user input.

When you set it to false,...

Flavor Behavior
ConsoleApplication

the extractor will emit a message to the console for each entry extracted.

When double-clicking to launch the SFX, the console window will remain, and the SFX will emit a message for each file as it extracts. The messages fly by quickly, they won't be easily readable, unless the extracted files are fairly large.


WinFormsApplication
the SFX presents a forms UI and allows the user to select options before extracting.

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