Re: [WiX-users] Drop SQL Server database during uninstall

2009-06-14 Thread Robert Turner
Maryann, While I haven't explicitly done this myself, the basic process should be as follows: 1. Create the relevant UI components that execute during the uninstall UI sequence. You will need a control that sets a property (say "UNINSTALLDB"). [Sounds like you've already done this part] 2. Add a

Re: [WiX-users] Drop SQL Server database during uninstall

2009-06-12 Thread Michael Osmond
Hello Mary, Romeo Try the following: 1. Create a SqlDatabase for Master, that is not under a component (so its just a reference) 2. Under you component for the target database, but not under the SqlDatabase entry for that database, add a SqlString which is run against Master, executed on uni