diff options
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 | ||