Hi, where can I find the direct link to download the offline installer for SQL Server 2019 express edition?
The official download page only provides a way to download the network-install exe.
Although I know I can choose to download the offline install media using that exe, it's not easy to use such exe in WIX. I want my Wix project to automatically download SQL server 2019 express and install with command line parameters (e.g. Features=SQLENGINE,REPLICATION),
but these paramters cannot be passed to the exe above (it only accept ConfigurationFile="myFile.ini", which means I have to store my config in to a physical file and use it during installation).
Is there a link to download the offline installer for SQL server 2019 express like what you do for 2017?
Thanks