Re: [WiX-users] Add multiple elements into xml with XmlConfig or XmlFile

2009-12-19 Thread Alex Shevchuk
Installer XML toolset. Subject: [WiX-users] Add multiple elements into xml with XmlConfig or XmlFile Hi All, Is it possible to add multiple elements with XmlConfig or XmlFile actions? I mean that for example I have this xml: And I want to add element to all a elements

[WiX-users] Add multiple elements into xml with XmlConfig or XmlFile

2009-12-18 Thread Igor Paniushkin
Hi All, Is it possible to add multiple elements with XmlConfig or XmlFile actions? I mean that for example I have this xml: And I want to add element to all a elements with test equals to true, so in the end I want to receive such xml: Best Regard