Yan Sklyarenko wrote:
> <sql:SqlString Id="AttachCore" ExecuteOnInstall="yes"
> SqlDb="SqlMasterDB" SQL="CREATE DATABASE
>   

SqlDb is a literal string; it can't use a property or formatted string. 
You can use two components each with its own SqlString, and component 
conditions to choose between the two.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to