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

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

2015-06-27 Thread Nick Ramirez
I use: ?define SqlInstallCommand=/ACTION=Install /Q /IACCEPTSQLSERVERLICENSETERMS /FEATURES=SQLEngine /INSTANCENAME=$(var.SqlInstanceName) /SQLSYSADMINACCOUNTS=BUILTIN\Administrators /SECURITYMODE=SQL /SAPWD=password123 ? Date: Sat, 27 Jun 2015 21:00:50 -0700 From: