Re: [WiX-users] Need help in updating the properties file (xml file)

2009-06-16 Thread Uday Kumar
Hi Rob, Thanks for the reply and problem was resolved by changing SelectionLanguage to XSLPattern from XPath. Thanks, Uday. > Date: Fri, 12 Jun 2009 09:05:47 -0700 > From: r...@wixtoolset.org > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Need help in

Re: [WiX-users] Need help in updating the properties file (xml file)

2009-06-12 Thread Rob Mensching
XPath is very touchy when it comes to namespaces. It's actually down right maddening. I recommend playing with the XPath queries outside of your install to get them right. You'll probably be surprised by the syntax necessary. I always am (and never can remember it, it's so funny looking). Uday

[WiX-users] Need help in updating the properties file (xml file)

2009-06-12 Thread Uday Kumar
Hi, I am trying to update my properties file (xml) by xquery and with wix-Util:xmlFile functionality. Problem: Not able to update properties file if xmlns="urn:Microsoft.VisualStudio.Data.Schema.Project.SqlCmdVars"> exists in the root node. If I remove this node I am able to update