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

2009-06-14 Thread Robert Turner
ve, Ottawa, Ontario K2K 1Y6 Phone: +1 (613) 599-9698, x. 233 | Fax: +1 (613) 599-7457 http://www.objectworld.com Objectworld is a Microsoft Gold Certified Partner -Original Message- Date: Fri, 12 Jun 2009 14:05:27 +0530 From: Maryann Fernandes Subject: [WiX-users] Drop SQL Server databa

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

2009-06-12 Thread Michael Osmond
Regards Michael From: Maryann Fernandes [itsmary...@gmail.com] Sent: Friday, 12 June 2009 6:35 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Drop SQL Server database during uninstall Hi, I want to do a similar thing. I want to provide an option for dele

[WiX-users] Drop SQL Server database during uninstall

2009-06-12 Thread Maryann Fernandes
Hi, I want to do a similar thing. I want to provide an option for deleting database during uninstallation. I added a checkbox to prompt the user, and bound the checkbox to a property, but I don't know how to drop the database if the property is true. The "droponuninstall" attribute on SqlDatabase

[WiX-users] Drop SQL Server database during uninstall

2008-09-18 Thread Romeo Salayo Jr.
Hi, Our package creates a database during installation and we only want to drop the database during uninstall when the PROPERTIES DROPDB="1". What i did was i've created a component: And then i created another database for dropping the database: