It's been a few years since I did one of these, and I'm trying to get it working again, but whenever I kick off the install in the command prompt, the installation GUI is launched. What have I missed?Here is an obfuscated version of my config file:[quote]IACCEPTSQLSERVERLICENSETERMS="True"ACTION="Install"INSTANCEID="****"FEATURES=SQLENGINE,REPLICATION,FULLTEXTPID="****-****-****-****"UPDATEENABLED="False"HELP="False"INDICATEPROGRESS="False"QUIET="True"QUIETSIMPLE="True"X86="False"ENU="True"ERRORREPORTING="False"INSTALLSHAREDDIR="***"INSTALLSHAREDWOWDIR="***"INSTANCEDIR="***"SQMREPORTING="False"INSTANCENAME="*****"AGTSVCACCOUNT="***\*****"AGTSVCPASSWORD="***"AGTSVCSTARTUPTYPE="Automatic"SQLSVCSTARTUPTYPE="Automatic"FILESTREAMLEVEL="0"SQLCOLLATION="Latin1_General_CI_AS"SQLSVCACCOUNT="****\****"SQLSVCPASSWORD="****"SQLSYSADMINACCOUNTS="****\*****"SECURITYMODE="SQL"SAPWD= "*****"SQLBACKUPDIR="E:\MSSQL$*****\Data"SQLUSERDBLOGDIR="D:\MSSQL$*****\Data\MSSQL12.*****\MSSQL\Log"SQLTEMPDBDIR="F:\MSSQL$*****\Data\MSSQL12.*****\MSSQL\Data"TCPENABLED="1"NPENABLED="0"[/quote]Sorry if I've missed something incredibly obvious. In the command prompt window I navigate to the directory containing the SQL install files and then enter:[quote]setup.exe /CONFIGURATIONFILE=c:\software\SQL2014****.ini /SQLSVCPASSWORD="****"[/quote]I've tried various other parameters too, including putting the PID in the command, etc.Thanks in advance.
↧