How many parameters are you talking about?  If it's just a few, why don't
you use a sqlstring action to put them in some temporary table in your db,
read them out with your scripts and get them that way.  SqlScripts are not
designed for passing in parameters and they most likely don't have access to
regular MSI properties because I believe they run deferred.

Dana

On Thu, Aug 21, 2008 at 10:18 AM, Eitan Behar <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I know that I already asked this already, but maybe somebody new to the
> list
> has an answer.
>
> I need an easy way to pass parameters to a SQL file using <SqlScript>. I
> cannot use <SqlString> since the scripts are generated automatically, and
> are pretty long.
>
> Thanks,
>
> Eitan
> -------------------------------------------------------------------------
> 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