You should find the custom table that the SqlDatabase Custom Action uses,
and then write a Custom Action yourself which will occur before the
SqlDatabase one which populates the custom table with the appropriate data.
If you open the generated MSI with Orca or similar you might find the custom
table already included (although I suspect this table will only be created
at runtime).

If the user will need to input data about the particular databases then this
will need some Custom Action to perform the UI behaviour anyway.. you could
have it populate the SqlDatase custom table at the same time.

Regards,
Bevan

>Date: Tue, 17 Dec 2013 19:21:45 +0530
>From: Ravishankar <ravishankar.krishnasw...@idsfortune.com>
>
>Hi,
>I have a requirement to install multiple databases with a single installer.
>As of now am able to install only 1 Database.
>
>Am using the <sql:SqlDatabase Id="TEST"></sql:SqlDatabase> method of
creating Database.
>
>Please let me know how i can create multiple DB's dynamically(during
installation the user will Input the count)
>
>Thanks and Regards
>Ravi Shankar

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to