Re: [WiX-users] Reading xml file

2013-08-27 Thread John Ludlow
You would need an immediate custom action to read the .config file, find the appropriate connection string, and set its value to a property. If you're using WiX from Visual Studio, you can go to File > New Project, and choose Windows Installer XML > C# Custom Action Project. (Or C++ if you prefe

RE: [WiX-users] Reading XML file

2006-06-01 Thread Michael Osmond
-users@lists.sourceforge.net Subject: Re: [WiX-users] Reading XML file Hello! I have a file before hand. How can I pass the content of XML file into a Property? Is it possible? Thanks, Voranc On 6/1/06, Michael Osmond <[EMAIL PROTECTED]> wrote: > Hi, > > Where is the XML File c

Re: [WiX-users] Reading XML file

2006-06-01 Thread Voranc Kutnik
Hello! I have a file before hand. How can I pass the content of XML file into a Property? Is it possible? Thanks, Voranc On 6/1/06, Michael Osmond <[EMAIL PROTECTED]> wrote: Hi, Where is the XML File coming from - do you have it before hand, or is it created during the install You could poss

RE: [WiX-users] Reading XML file

2006-05-31 Thread Michael Osmond
Hi, Where is the XML File coming from - do you have it before hand, or is it created during the install You could possibly pass the xml text into a Property and then use the property in the SqlString command. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]