Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-19 Thread Bob Arnson
Abhradeep Thakurta wrote: Could you help me out with the problem that I have mentioned below. Sorry for troubling you but I need the solution a bit urgently as I am blocked on it. Sorry, I'm not aware of why that would happen. I suggest you investigate the XmlConfig code itself. You can g

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-19 Thread Abhradeep Thakurta
ganti (SQL CE) Subject: RE: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix Hi, I used the "$(var.runtimeXPath)/assemblyBinding/dependentAssembly[\[]last()[\]]" As you asked me to use escape sequences I have used it and the code this time complie

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-16 Thread Abhradeep Thakurta
me. ] Thanks and Regards, Abhradeep Guha Thakurta From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:59 PM To: Abhradeep Thakurta Cc: WiX-users; Laxmi Narsimha Rao Oruganti (SQL CE) Subject: Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig o

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-14 Thread Bob Arnson
Abhradeep Thakurta wrote: *ElementPath**=**"**$(var.runtimeXPath)/assemblyBinding/dependentAssembly[last()]**"* The error thrown is "F:\sqlce35-snapshot\private\core\tools\setup\win32sdk\sqlceproviderfactory_machi neconfig.wxi(49) : error LGHT0204 : ICE03: Invalid format string; Table:

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-13 Thread Bob Arnson
Abhradeep Thakurta wrote: The idea you are giving is not working because if u specify an Id as an ElementPath then you cannot use the Node="element" attribute of XmlConfig. Yes, that's true. Sorry, I misread the code. That said, it would be a fairly easy change to support child elemen

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-13 Thread Abhradeep Thakurta
Cc: Laxmi Narsimha Rao Oruganti (SQL CE); WiX-users Subject: Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix Please keep wix-users on the list so everyone can participate. Abhradeep Thakurta wrote: In such a situation we should enter the new node inside

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-12 Thread Bob Arnson
Please keep /wix-users/ on the list so everyone can participate. Abhradeep Thakurta wrote: In such a situation we should enter the new node inside the empty *dependentAssembly* *. *Now my major problem is how do I define the XPath for such a situation. You don't. If you use the Id of the

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-11 Thread Bob Arnson
Abhradeep Thakurta wrote: When I create an empty dependentAssembly node (the one shown in bold). I need to make consequent entries into the empty node and not to any other node. I m really not being able to find out how do we specify the XPath in this case . Specify an ElementPath of the

[WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-10 Thread Abhradeep Thakurta
Hi, I am trying to use the XmlConfig element of Wix to make an entry into the machine.config file. The schema of the nodes to be entered looks like I am being able to create the node and insert it into the machine.confi