SQL2019 Install

Assumes DVD or ISO image of installation media is mounted and pre-requisites from MSSQL Install page have been addressed.
ISO image for evaluation edition can be obtained by running the SQL2019-SSEI-Eval.exe file available from the SQL Server Evaluation Downloads page and selecting the option to Download Media.

Unattended Install (Preferred)

TODO

See: https://www.mssqltips.com/sqlservertip/7254/do-not-access-sql-server-remotely/

Powershell from jump server...

Enter-PSSession TargetServer

& I:\Setup.exe /SQLSVCPASSWORD="***" /AGTSVCPASSWORD="***" /ConfigurationFile=ConfigurationFile.INI

Exit

GUI Install

Run the Setup executable (as Administrator) from the installation media.

The screenshots below are based on SQL Server Evaluation Edition 2019

Minimum Recommended Requirement...

Add other Features as required.

Next Steps