Make sure that your operating system is fully patched and rebooted before you start the installation. Now follow these steps:
- Install the SQL Server instance:
- Mount the SQL Server 2016 media and then open the Command Prompt (cmd).
- Browse to the drive letter where SQL Server is mounted.
- Type in the following command to automate the installation of SQL Server and add all of the required features:
Setup.exe /Q /ACTION=install /IACCEPTSQLSERVERLICENSETERMS /FEATURES=SQLEngine,RS /INSTANCENAME=DPMINSTANCE /INSTANCEDIR="D:\Program Files\Microsoft SQL Server" /INSTALLSHAREDWOWDIR="D:\Program Files ...