Re: [WiX-users] XmlConfig XPath problem

2008-08-13 Thread cemiles
gFile]" > Sequence="1" /> > > > > > From: [EMAIL PROTECTED] on behalf of Simon Dahlbacka > Sent: Tue 8/12/2008 11:20 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XmlConfig

Re: [WiX-users] XmlConfig XPath problem

2008-08-13 Thread cemiles
/Default" > > VerifyPath="/configuration/myComponent/[EMAIL > PROTECTED]'DatabaseSettings'[\]]/Default" > Name="server" > Value="[CORRECTDATABASESERVER]" > File="[#MyXmlConfigFile]" > Sequence=&quo

Re: [WiX-users] XmlConfig XPath problem

2008-08-12 Thread Evans, Jim
Dahlbacka Sent: Tue 8/12/2008 11:20 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlConfig XPath problem In the sample xml provided, @name has the value DatabaseSettings while in your xpath you check for DatabaseConnections. Not sure about the missing separa

Re: [WiX-users] XmlConfig XPath problem

2008-08-12 Thread Simon Dahlbacka
In the sample xml provided, @name has the value DatabaseSettings while in your xpath you check for DatabaseConnections. Not sure about the missing separator though.. /Simon On Tue, Aug 12, 2008 at 5:35 PM, Evans, Jim <[EMAIL PROTECTED]>wrote: > I'm having a problem writing a value to an XML file

[WiX-users] XmlConfig XPath problem

2008-08-12 Thread Evans, Jim
I'm having a problem writing a value to an XML file using XmlConfig (WiX 3.0.4401). Here is a model XML file with the structure I have: ... I need to set the server attribute of the Default element. Here is my WiX code for XmlConfig: When I try to