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_2.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_2.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_2.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs index af56f0ef..f5f450cb 100644 --- a/src/WixToolset.Core/Compiler_2.cs +++ b/src/WixToolset.Core/Compiler_2.cs | |||
| @@ -4958,7 +4958,7 @@ namespace WixToolset.Core | |||
| 4958 | case "": | 4958 | case "": |
| 4959 | break; | 4959 | break; |
| 4960 | default: | 4960 | default: |
| 4961 | this.Core.Write(ErrorMessages.IllegalAttributeValue(sourceLineNumbers, node.Name.LocalName, attribute.Name.LocalName, compressionLevel, "high", "low", "medium", "mszip", "none")); | 4961 | this.Core.Write(ErrorMessages.IllegalCompressionLevel(sourceLineNumbers, compressionLevel)); |
| 4962 | break; | 4962 | break; |
| 4963 | } | 4963 | } |
| 4964 | 4964 | ||
