Re: [WiX-users] SCRIPTPARSE question

2009-06-10 Thread Rob Mensching
rated list for several files. All files should be > relative to the source folder. (e.g. config.file, lib/another.file) > > Thx, Craig > > -Original Message- > From: Rob Mensching [mailto:r...@wixtoolset.org] > Sent: Wednesday, June 10, 2009 10:56 AM > To: General discu

Re: [WiX-users] SCRIPTPARSE question

2009-06-10 Thread Scharp, Craig
indows Installer XML toolset. Subject: Re: [WiX-users] SCRIPTPARSE question Hmm, I don't know what SCRIPTPARSE is and I don't know why two "\\" would be escaped. Can you provide more information? Scharp, Craig wrote: > Hi all, > > > > I'm using Wix 3.0 a

Re: [WiX-users] SCRIPTPARSE question

2009-06-10 Thread Rob Mensching
Hmm, I don't know what SCRIPTPARSE is and I don't know why two "\\" would be escaped. Can you provide more information? Scharp, Craig wrote: > Hi all, > > > > I'm using Wix 3.0 and trying to use SCRIPTPARSE to change database host > in my web.config file. For clients using sql server express, I

[WiX-users] SCRIPTPARSE question

2009-06-10 Thread Scharp, Craig
Hi all, I'm using Wix 3.0 and trying to use SCRIPTPARSE to change database host in my web.config file. For clients using sql server express, I would like @@DBHOST@@ to be changed to localhost\SQLEXPRESS. This works on install except that it is changed to localhost\\SQLEXPRESS (two \\'s ). I