CompressionLevel Property

DTF API

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++ F#
public CompressionLevel CompressionLevel { get; set; }
Public Property CompressionLevel As CompressionLevel
	Get
	Set
public:
property CompressionLevel CompressionLevel {
	CompressionLevel get ();
	void set (CompressionLevel value);
}
member CompressionLevel : CompressionLevel with get, set
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.11.1.2318)