********************************************************************* @echo off rem Performs SQL Desktop Engine Setup cls echo * echo Unattended SQL DESKTOP ENGINE starting. echo * echo * echo Waiting for DESKTOP ENGINE Setup to finish... rem ================================= rem What Platform? rem ================================= @echo on start /wait ServicePack\SQLEXPRWT_x86_ENU.exe /QS /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /ERRORREPORTING=0 /FEATURES=SQLEngine /INSTANCENAME=NewINSTANCENAME /BROWSERSVCSTARTUPTYPE=Disabled /SECURITYMODE=SQL /SAPWD=PWD /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSVCSTARTUPTYPE=Automatic /TCPENABLED=1 /SQLSYSADMINACCOUNTS="Everyone" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCSTARTUPTYPE=Disabled @echo off :END :DONE ********************************************************************
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)