With the way that MSI works, you'll probably end up pushing the same 50 MB of 
strings around 3 or 4 times.  That could take time.  Also, if you don't have 
the latest WiX v2 code base, you could be hitting some old bugs in the SQL 
processing.

After that, you could try debugging through the code and seeing what is taking 
the longest.  Maybe there is some perf we can improve, but I've never heard 
anyone complain about this before.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Couper
Sent: Tuesday, January 23, 2007 8:25 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] SQL Script limit?

I have a large SQL script (30 to 50MBs) that I am trying to run from the MSI 
using SQLScript. I have been able to run smaller scripts easily, but this large 
one is not running at all and the MSI hangs. Is this a known issue with Wix 
2.0? Is there a way to overcome this issue?

Thanks.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to