Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-19 Thread Blair
January 17, 2012 6:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile element issues - any XPath experts out there? Thanks, although I have it working now without setting the SelectionLanguage, I did try that out when debugging. I assume they are very s

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-17 Thread Dan Gough
2012 7:43 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] XmlFile element issues - any XPath experts out there? > > Hi, > > I've successfully set up a few xml file configuration items using the > XmlFile element, but I have an instance

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-13 Thread Blair
To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] XmlFile element issues - any XPath experts out there? Hi, I've successfully set up a few xml file configuration items using the XmlFile element, but I have an instance that is not working as expected, hopefully som

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Rob Mensching
Yeah, XPath is horrid in those attributes given the escaping necessary to pass through to MSI. Sadly, two "languages" designed in completely different silos whose special characters collided really badly. On Wed, Jan 11, 2012 at 8:20 AM, Dan Gough wrote: > D'oh - solved. I was incorrectly esca

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Dan Gough
D'oh - solved. I was incorrectly escaping the square brackets, using a forward slash instead of a backslash! All working great now. Dan On Wed, Jan 11, 2012 at 3:43 PM, Dan Gough wrote: > Hi, > > I've successfully set up a few xml file configuration items using the > XmlFile element, but I ha

[WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Dan Gough
Hi, I've successfully set up a few xml file configuration items using the XmlFile element, but I have an instance that is not working as expected, hopefully somebody out there can help! This is a cut down sample of my xml file: UPDATEME U

Re: [WiX-users] XmlFile element not using updated property value

2008-11-28 Thread Rob Mensching
Probably need to make the Property Secure so it moves from the client to the server during the install process. -Original Message- From: ajay [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2008 06:03 To: wix-users@lists.sourceforge.net Subject: [WiX-users] XmlFile element not using

[WiX-users] XmlFile element not using updated property value

2008-11-28 Thread ajay
Hi Everybody, I have property to select "Locale" which is then used to update the config file. In the UI for my setup program, I have a dialog that asks the user to update the value of this property from combo box. When the user selects an updated valu

Re: [WiX-users] XmlFile element

2006-10-11 Thread Bob Arnson
Joseph Barkley wrote: > I need to parse an xml file that is being installed with my current > project. I'd like to keep the code for the parsing inside of the > component for the xml file, but it simply will not use the [#fileId] > properly. It compiles and runs, but it errors out because it doe

[WiX-users] XmlFile element

2006-10-11 Thread Joseph Barkley
I need to parse an xml file that is being installed with my current project. I'd like to keep the code for the parsing inside of the component for the xml file, but it simply will not use the [#fileId] properly. It compiles and runs, but it errors out because it doesn't resolve [#fileId] during the