Re: [WiX-users] Executing Multiple Sql scripts

2007-08-10 Thread Schrieken, Rene
I would verify your speculation by running sql server profiler during install From: [EMAIL PROTECTED] on behalf of chetan1983 Sent: Fri 8/10/2007 19:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Executing Multiple Sql scripts Hi All, I need to

[WiX-users] Executing Multiple Sql scripts

2007-08-10 Thread chetan1983
Hi All, I need to run multiple sql scripts from wix which will crate multiple databases. I wrote following code to accomplish the above task where binary key are the multiple sql script files. now when I install the msi, it creates the databases, but di