diff options
author | Bob Arnson <bob@firegiant.com> | 2021-01-26 11:39:56 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-01-26 11:46:20 -0500 |
commit | 870d523687cbeeab3432abdb5a07a5250c5e1bc4 (patch) | |
tree | 6a1a69e6ddaea1c0dfa3ec4b49534cd856f2ecc9 /src/WixToolset.Core/Compiler.cs | |
parent | 0741acf89631bf226acb2d226981f0de0065c1f1 (diff) | |
download | wix-870d523687cbeeab3432abdb5a07a5250c5e1bc4.tar.gz wix-870d523687cbeeab3432abdb5a07a5250c5e1bc4.tar.bz2 wix-870d523687cbeeab3432abdb5a07a5250c5e1bc4.zip |
Add DefaultCompressionLevel support.
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 14b28034..003617cc 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -7319,7 +7319,7 @@ namespace WixToolset.Core | |||
7319 | string volumeLabel = null; | 7319 | string volumeLabel = null; |
7320 | int? maximumUncompressedMediaSize = null; | 7320 | int? maximumUncompressedMediaSize = null; |
7321 | int? maximumCabinetSizeForLargeFileSplitting = null; | 7321 | int? maximumCabinetSizeForLargeFileSplitting = null; |
7322 | CompressionLevel? compressionLevel = null; // this defaults to mszip in Binder | 7322 | CompressionLevel? compressionLevel = null; // this defaults to 'medium' in the MSI and Burn backends |
7323 | 7323 | ||
7324 | var embedCab = patch ? YesNoType.Yes : YesNoType.NotSet; | 7324 | var embedCab = patch ? YesNoType.Yes : YesNoType.NotSet; |
7325 | 7325 | ||