Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2015-06-27 Thread Nick Ramirez
I use: Date: Sat, 27 Jun 2015 21:00:50 -0700 From: ml-node+s687559n7600730...@n2.nabble.com To: nickra...@hotmail.com Subject: Re: Bootstrapping SQL Server 2012 Express Nick Ramirez wrote Finally got it to work, after installing .NET Framework 4. I guess the SQL Server installer c

Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2015-06-27 Thread Nick Ramirez
The arguments you're sending to SQL Server are a little different than the ones that I used. For example, you aren't using the SECURITYMODE or SAPWD arguments, which I think are required. Look back to that chapter and see if you are missing any arguments. Try using the code example from the book