CompressionLevel Property

Microsoft Deployment Tools

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
public:
property CompressionLevel CompressionLevel {
	CompressionLevel get ();
	void set (CompressionLevel 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) Version: 3.0.0.0 (3.5.1623.0)