diff options
Diffstat (limited to 'src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs b/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs index 52734141..16593c7d 100644 --- a/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs +++ b/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs | |||
| @@ -169,6 +169,12 @@ namespace WixToolset.Core.Link | |||
| 169 | 169 | ||
| 170 | if (String.IsNullOrEmpty(payloadSymbol.ContainerRef)) | 170 | if (String.IsNullOrEmpty(payloadSymbol.ContainerRef)) |
| 171 | { | 171 | { |
| 172 | if (payloadSymbol.Compressed == false) | ||
| 173 | { | ||
| 174 | this.Messaging.Write(LinkerWarnings.UncompressedPayloadInContainer(payloadSymbol.SourceLineNumbers, groupSymbol.ChildId, containerId)); | ||
| 175 | } | ||
| 176 | |||
| 177 | payloadSymbol.Compressed = true; | ||
| 172 | payloadSymbol.ContainerRef = containerId; | 178 | payloadSymbol.ContainerRef = containerId; |
| 173 | } | 179 | } |
| 174 | else | 180 | else |
