Re: [WiX-users] XPath for XmlConfig and Xml Namespaces

2009-07-21 Thread Castro, Edwin G. (Hillsboro)
; From: Matthew S. Yost [mailto:matt.y...@gldsolutions.com] > Sent: Tuesday, July 21, 2009 3:12 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XPath for XmlConfig and Xml Namespaces > > Edwin, > > I believe you're missing the A

Re: [WiX-users] XPath for XmlConfig and Xml Namespaces

2009-07-21 Thread Matthew S. Yost
, July 21, 2009 4:24 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] XPath for XmlConfig and Xml Namespaces I'm trying to use XmlConfig to update a file that looks like this: 1 name1 value1 name2 value2

[WiX-users] XPath for XmlConfig and Xml Namespaces

2009-07-21 Thread Castro, Edwin G. (Hillsboro)
I'm trying to use XmlConfig to update a file that looks like this: 1 name1 value1 name2 value2 name3 value3 My goal is to change the text of PropertyValue where the sibling PropertyName equals a particular string. I’ve