Re: [WiX-users] SQL Script Deployment

2009-08-28 Thread Neil Sleightholm
users@lists.sourceforge.net Subject: [WiX-users] SQL Script Deployment Hi, I am trying to get WIX to deploy a SQL database script. We are building a database project using VSTS 2008 and deploying it locally (on build server). When VSTS deploys, it creates a databaseName.sql file. This file contains the script to

[WiX-users] SQL Script Deployment

2009-08-28 Thread Lourens Wepener
Hi, I am trying to get WIX to deploy a SQL database script. We are building a database project using VSTS 2008 and deploying it locally (on build server). When VSTS deploys, it creates a databaseName.sql file. This file contains the script to drop / create the database / permissions / views etc