Re: [WiX-users] XML <-> DOM

2011-01-10 Thread Christopher Painter
Sascha, If my memory of StackOverflow is correct, you also use InstallShield. If so, the Text XML Changes feature is pretty helpful in working out these types of issues. Then you can transplant your XPath statement into WiX and give it a try. Chris --- On Mon, 1/10/11, Sascha Trenz wrote

Re: [WiX-users] XML <-> DOM

2011-01-10 Thread Thom Leigh
Perhaps you should specify the attribute in your XPath query, something like: ElementPath='//configuration/appSettings/add[key="MatrixPath"]' Or I think '//configuration/appSettings/add[2]' would be for the second "add" node... -Original Message- From: Sascha Trenz [mailto:s.tr...@43gm