Hi,
Would like to know the best way possible, to perform more than one action in a given single prerequisite action. My requirement is the following
1) Download the bootstrap installer for SQL Server 2017 Express Edition (with Advanced Services) : Am using the "PREDEFINED PREREQUISITES" --> "SQL SERVER EXPRESS 2017 (Web Installer)" (SQLServer2017-SSEI-Expr.exe)
This by default, is showing a dialog box for user to chose the Installation Type. I used the command line to make it a silent installation to download the Media.
2) Upon executing, this bootstrap installer, generates a single .EXE file (SQLEXPRADV_x64_ENU.exe)
3) Find the location of this .EXE file, and execute this executable in silent mode (I found how to do this from the post here viewtopic.php?f=5&t=36136
This finally installs the Sql Express with Advanced Services. Is there a way to achieve all the above 3 steps under one prerequisite. If not, what is the best way to do this.
Thanks in advance,
Ravi