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

[WiX-users] Reading xml file

2013-08-27 Thread Carl Enander
Hello, I am new to Wix and have a question regarding wix and reading settings from an xml file when running the installer. I have an xml file with database connectionstrings that are different for my test and production environment: connstr1connstr2 When running installer I want to use the [CO

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
-users] Reading XML file Hello. I need to insert a string into a table in database using element while installing application. The problem is that I need to get this string from XML file (it is actually a whole content of this XML file). How can I read a whole content of a (XML) file? Thanks,

RE: [WiX-users] Reading XML file

2006-05-31 Thread Michael Osmond
] On Behalf Of Voranc Kutnik Sent: Thursday, 1 June 2006 12:38 AM To: [EMAIL PROTECTED] Subject: [WiX-users] Reading XML file Hello. I need to insert a string into a table in database using element while installing application. The problem is that I need to get this string from XML file (it is