Page 1 of 1

SQL Server 2017 Express Silentry

Posted: Mon May 06, 2019 12:57 pm
by phprates
Hello,

I would like to know how to install SQL Server 2017 Express silently.
If possible example.

Re: SQL Server 2017 Express Silentry

Posted: Fri May 10, 2019 7:38 am
by Leo
Hello,

On the General \ Prerequisites page select SQL Express and the required version.
Then click "Prerequisite links". A new window appears. Here in the SQL Express Link field click the "..." button and select the redistributable package for the SQL Express (e.g. SQLServer2017-SSEI-Expr.exe).
Then in this field append the parameters for the silent installation:
/Q /IACCEPTSQLSERVERLICENSETERMS

So the link will look like this:
<SetupTempDir>\SQLServer2017-SSEI-Expr.exe /Q /IACCEPTSQLSERVERLICENSETERMS