Daniel

The email I received did not have your example template parameters.

However, the way I have approached the problem of putting parameters
into SQL scripts in WIX is to use the SQLString elements and use
[MSIProperties] for the replacement work - the SQLStrings are formatted
so they follow all of the property expansion rules.  Its not
particularly pretty so I tend to use it only where necessary. 

Michael

-----Original Message-----
From: dschmitz [mailto:[EMAIL PROTECTED] 
Sent: Monday, 6 October 2008 7:59 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Search & Replace template parameters in SQL


Hello,

we have lots of SQL scripts here using SQL template parameters looking
like
this: 

SQL Management Studio has the possibility to fill these parameters with
values using Ctrl+Shift+M Now we are going to automate the execution of
these scripts with WiX. The standard Wix SQL cmds SqlScript / SQLString
don't seem to do the trick here.

I think the only way to solve this is to use a Custom Action which does
Search & Replace (maybe with regular expressions) and to pass in the
parameter name and parameter value.

Does anybody already have an existing solution / a custom action which
can solve this problem and wouldn't mind sharing the solution?

Thanks in advance
Daniel

--
View this message in context:
http://n2.nabble.com/Search---Replace-template-parameters-in-SQL-tp13004
77p1300477.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to