@joebigelow / wix-1 / commits / 9319732a

Move Component\Condition inner text to Condition attribute

Rob Mensching committed Jun 22, 2020 at 23:16 UTC 9319732abb1eee646b3540b8511b328833a1acfb
1 file changed +3
src/WixToolset.Core/Compiler.cs
+3
@@ -2151,6 +2151,9 @@ namespace WixToolset.Core
2151 // bits |= MsiInterop.MsidbComponentAttributesDisableRegistryReflection;
2152 //}
2153 break;
2154 + case "Condition":
2155 + condition = this.Core.GetAttributeValue(sourceLineNumbers, attrib);
2156 + break;
2157 case "Directory":
2158 directoryId = this.Core.CreateDirectoryReferenceFromInlineSyntax(sourceLineNumbers, attrib, directoryId);
2159 break;