Re: [WiX-users] How to create window before exit dialog

2009-10-21 Thread Lourens Wepener
Hi, If you are using a wix project in Visual Studio, add a reference to the WIXUI dll and add the code in. below is a sample that adds a custom dialog called ServiceIdentityDlg. UIRef Id=WixUI_Common / UI Property Id=DefaultUIFont Value=WixUI_Font_Normal / TextStyle

[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