We are using WiX to create an installation for our application.  On install, we are executing some SQL scripts (to create a database and put in sample data) and it has been working great.  Recently, we started using functions with our database and now we need to run a script that creates functions when installing.  In order to run the script we needed GO statements after each creation, but with the GOs the script does not execute properly within Windows Installer.  Is there another way to get the script to execute properly in the Windows Installer using WiX?

 

Thanks,

Jonas

-------------------------------------------------------------------------
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