You can embed the sql right in your wxs file using sqlstring instead of
sqlscript.  That will allow you to include properties in the sql statements.

Dana

On Dec 7, 2007 10:52 AM, Kevin Idzi <[EMAIL PROTECTED]> wrote:

>  Hello, I have a WiX Question. I've started using it for all of my
> installs recently, and there is just one thing that I haven't found a way to
> do (without writing a vbs script).  Is there a best practice or method for
> executing a parameterized sql statement?  I can insert data and run scripts
> great, but there are cases where I might have a configuration table or some
> piece of information that will actually come from a Property that I want to
> put into the database.  I did not see a way to pass in information to the
> sqlscript statement, and there doesn't seem to be a way currently to do a
> find/replace (regex or not) on a standard text file if it is not XML.  Any
> ideas?
>
>
>
> Thanks,
>
> Kevin
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to