Deployment Tools Foundation
CompressionLevel Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► CompressionLevel
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.