diff options
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index a9b13d43..5bd923dd 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -2151,6 +2151,9 @@ namespace WixToolset.Core | |||
2151 | // bits |= MsiInterop.MsidbComponentAttributesDisableRegistryReflection; | 2151 | // bits |= MsiInterop.MsidbComponentAttributesDisableRegistryReflection; |
2152 | //} | 2152 | //} |
2153 | break; | 2153 | break; |
2154 | case "Condition": | ||
2155 | condition = this.Core.GetAttributeValue(sourceLineNumbers, attrib); | ||
2156 | break; | ||
2154 | case "Directory": | 2157 | case "Directory": |
2155 | directoryId = this.Core.CreateDirectoryReferenceFromInlineSyntax(sourceLineNumbers, attrib, directoryId); | 2158 | directoryId = this.Core.CreateDirectoryReferenceFromInlineSyntax(sourceLineNumbers, attrib, directoryId); |
2156 | break; | 2159 | break; |