SQL Server unattended installation
https://docs.microsoft.com/en-us/sql/...
https://docs.microsoft.com/en-us/sql/...
##Make sure you change the system admin account and directories
setup.exe /QUIETSIMPLE /IAcceptSQLServerLicenseTerms /ACTION=install /FEATURES=SQL /INSTANCENAME=SQL17 /SQLSVCACCOUNT="NT Authority\System" /SQLSYSADMINACCOUNTS="your account name here" /AGTSVCACCOUNT="NT Authority\System" /SECURITYMODE=SQL /SAPWD="Pa$$w0rd" /SQLTEMPDBDIR="E:\MSSQL\TempDB\\" /SQLUSERDBDIR="E:\MSSQL\Data\\" /SQLUSERDBLOGDIR="E:\MSSQL\Log\\"