Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-22 Thread David Watson
com] Sent: 21 March 2012 21:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b4 My comment below wasn't entirely correct - the "MSI Package" WAS uninstalled - but the SQL Express instance wasn't.

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread Daniel Sniderman
uninstall... -Original Message- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Wednesday, March 21, 2012 1:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b4 Those links were for different errors - that he

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread Daniel Sniderman
sion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b4 PS: When you discover the correct set of parameters, let us know here. There is a plan afoot to "pre-bake" the silent install of a bunch of well known redists so you can use them by

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread Rob Mensching
PS: When you discover the correct set of parameters, let us know here. There is a plan afoot to "pre-bake" the silent install of a bunch of well known redists so you can use them by just doing PackageGroupRef Id="x" at the correct place in your Chain. On Wed, Mar 21, 2012 at 3:33 AM, David Watson

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread David Watson
SQL Express can be a pain to install silently, the trick is to run it from the command line without the silent switch on until you are sure you have the right parameters. I suspect you will at least need to add the /IACCEPTSQLSERVERLICENSETERMS parameter. -Original Message- From: Daniel S

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-20 Thread Rob Mensching
I used Bing and found a couple things: http://social.microsoft.com/Forums/en/Offtopic/thread/2ef8013a-4d1e-450a-b237-14717a1c5424 http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/fe38259a-11bf-4d1b-a198-62e63e7e995b After that this suggestion seems appropriate: http://soci