Re: [WiX-users] How to create window before exit dialog
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.
[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 drop / create the database / permissions / views etc