


This installer must deploy several SW components in silent mode. Just to clarify my problem, we have to deliver a installer to our customer. What do we have to change in the command line or in the configuration file to install the Express edtion? Once the installation process has finished, the SQL Server is in Enterprise Evaluation mode. SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS" INSTALLSQLDATADIR="C:\SQL SERVER 2014" ^ features="SQLEngine, FullText, SSMS, ADV_SSMS, SNAC_SDK" ^ SKIPRULES=PerfMonCounterNotCorruptedCheck ^ This is the script we are using to install SQL Server 2014 SP2 in silent mode (it installs SQL Server in Enterprise Evaluation mode): Setup.exe /Q ^ However, we cannot find information about which option should be included in the command line or in the configuration file to select Express Edition instead of the Enterprise Edition for Evaluation (by default, the Evaluation option is selected).

I need to install SQL Server 2014 SP2 Express Edition in silent mode, using the command line parameters and/or a configuration file with the correct options. Insert a license for an Enterprise or Standard Edition.Select the Evaluation edition (valid for 180 days).This installer gives the following possibilities: We are trying to install in silent mode the Express Edition of SQL Server 2014 SP2 using an installer that can be downloaded from the Microsoft Evaluation Center.
