Re: [WiX-users] SqlDatabase does not recreate database during rollback of uninstall

2014-10-27 Thread Rob Mensching
t.com/ -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Monday, October 27, 2014 8:31 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SqlDatabase does not recreate database during rollback of uninstall Thank Rob. Now I've tried the

Re: [WiX-users] SqlDatabase does not recreate database during rollback of uninstall

2014-10-27 Thread Nick Ramirez
Thank Rob. Now I've tried the following: However, the database is still removed during an uninstall-rollback. The log indicates that the rollback of the SqlDatabase element happens after the rollback of the SqlString: Executing op: CustomActionSchedule(Action=RollbackExecuteSqlStrings ... E

Re: [WiX-users] SqlDatabase does not recreate database during rollback of uninstall

2014-10-27 Thread Rob Mensching
. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Monday, October 27, 2014 7:47 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SqlDatabase does not recreate database during rollback of uninstall This

[WiX-users] SqlDatabase does not recreate database during rollback of uninstall

2014-10-27 Thread Nick Ramirez
This may be a weird case, but here goes... I have the following SqlDatabase element, from the SqlExtension: Steps I took: 1. Install the MSI --> database is created 2. Open an elevated command prompt 3. Uninstall using WIXFAILWHENDEFERRED=1: msiexec /x MyInstaller.msi WIXFAILWHENDEFERRED=1