Re: [WiX-users] XmlFile Failed to find node

2014-02-01 Thread Rob Mensching
] XmlFile Failed to find node 2014-01-31 Jeremy : > For the record and anyone curious, It seems to be XmlFile not liking > something about the xmlns in the nlog tag, somehow that's preventing > it from parsing the other elements. > > i.e. with a plain in the app.config, those

Re: [WiX-users] XmlFile Failed to find node

2014-02-01 Thread Nicolás Alvarez
2014-01-31 Jeremy : > For the record and anyone curious, It seems to be XmlFile not liking > something about the xmlns in the nlog tag, somehow that's preventing it > from parsing the other elements. > > i.e. with a plain in the app.config, those Util:XmlFile's work > great. But these in app.confi

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
For the record and anyone curious, It seems to be XmlFile not liking something about the xmlns in the nlog tag, somehow that's preventing it from parsing the other elements. i.e. with a plain in the app.config, those Util:XmlFile's work great. But these in app.config, XmlFile errors: http://www.

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
On Fri, Jan 31, 2014 at 2:42 PM, John Cooper wrote: > Change your ElementPath to have the XPath without the /@value and add a > Name attribute to util:XmlFile with the value "value". It should work. > Thanks for the tip! I tried that change with just the APIURL Util:XmlFile (which was working

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread John Cooper
3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Jeremy [mailto:s6a9d6...@gmail.com] Sent: Friday, January 31, 2014 2:34 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XmlFile Failed to find node Hello! I am trying to use a couple XmlFile defi

[WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
Hello! I am trying to use a couple XmlFile definitions to edit an app.config file using the WiX 3.8 toolset. I got one XmlFile working perfectly, but am getting a "Failed to find node" node error (-2147020584) with the others, but am a bit stumped as to why. I am not an XPath pro but the failing X