Re: [WiX-users] SQLScript problem

2007-07-09 Thread Bob Arnson
Chad Petersen wrote: We were using Wix 2.0.3309.0 until recently Much changes in a year and a half. and the SQLScript element was working great. About a week ago we updated to WiX 2.0.5325.0 and the SQLScript element is no longer running our SQL scripts. I started looking at the older MSI

[WiX-users] SQLScript problem

2007-07-09 Thread Chad Petersen
We were using Wix 2.0.3309.0 until recently and the SQLScript element was working great. About a week ago we updated to WiX 2.0.5325.0 and the SQLScript element is no longer running our SQL scripts. I started looking at the older MSI packages that do work and the newer ones that are failing. Using

Re: [WiX-users] Sqlscript problem

2007-06-04 Thread Dhaval Patel
This has been discussed extensively... What is in your .sql script file? Do you have all the batches delimited by "GO" statements? Use SQL Server Management Studio/Enterprise Manage to load and save your scripts. Let us all know if this helps. On 6/2/07, rajiv ramanan <[EMAIL PROTECTED]> wrote

[WiX-users] Sqlscript problem

2007-06-02 Thread rajiv ramanan
Hi all, I seem to run into a problem while using the tag. The following is the code i used and im using wix version 2.05. The script i am using is just a sample to create a table. The query is fine. When i used sqlstring the script is executed and when i used script its not working. Please