CompressionLevel Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CompressionLevel Property
Gets or sets the compression level used by UpdateFiles()()()() and Consolidate(String).
Declaration Syntax
C# Visual Basic Visual C++
public CompressionLevel CompressionLevel { get; set; }
Public Property CompressionLevel As CompressionLevel
	Get
	Set
public:
property CompressionLevel CompressionLevel {
	CompressionLevel get ();
	void set (CompressionLevel value);
}
Property Value
Remarks
If the Directory table is modified, this mapping will be outdated until you close and reopen the install package.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)