Re: [WiX-users] Failed to drop sql database

2008-05-06 Thread Eric Latendresse
-reinstall (msiexec /fv fixed.msi) to fix the uninstall issues. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Monday, May 05, 2008 12:11 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Failed to drop sql database I have an installer that installs a W

Re: [WiX-users] Failed to drop sql database

2008-05-05 Thread Rob Mensching
[WiX-users] Failed to drop sql database I have an installer that installs a Windows App along with a SQL Database. The SQL Database is defined in my .wxs to be dropped on uninstall. I am trying to remove my application through the Add\Remove programs in the Control Panel. But, I made the mistake o

[WiX-users] Failed to drop sql database

2008-05-05 Thread Eric Latendresse
I have an installer that installs a Windows App along with a SQL Database. The SQL Database is defined in my .wxs to be dropped on uninstall. I am trying to remove my application through the Add\Remove programs in the Control Panel. But, I made the mistake of manually deleting the database before r