Re: [WiX-users] Run DB Scripts

2010-12-10 Thread Peter Solomon
[mailto:queryl...@yahoo.com] > Sent: Wednesday, December 08, 2010 9:01 AM > To: WIX > Subject: [WiX-users] Run DB Scripts > > Hi > > How can I run DBScripts during the installation process. I have seen an > article > which looks for SQLCMD.exe and calls the respective .SQL fil

Re: [WiX-users] Run DB Scripts

2010-12-08 Thread Chad Petersen
Use the element is the WiX way to do it. Working very well for me. -Original Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: Wednesday, December 08, 2010 9:01 AM To: WIX Subject: [WiX-users] Run DB Scripts Hi How can I run DBScripts during the installation process. I have

Re: [WiX-users] Run DB Scripts

2010-12-08 Thread Pally Sandher
iginal Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: 08 December 2010 17:01 To: WIX Subject: [WiX-users] Run DB Scripts Hi How can I run DBScripts during the installation process. I have seen an article which looks for SQLCMD.exe and calls the respective .SQL files . Is this

[WiX-users] Run DB Scripts

2010-12-08 Thread Anu Dev
Hi How can I run DBScripts during the installation process. I have seen an article which looks for SQLCMD.exe and calls the respective .SQL files . Is this the right way? Can anyone please point me to some pointers on the best practice to run DB Scripts. Regards Anweshi --