With our Installer, Customer wants us to check if the SQL server is installed or not and it is not installed, the installer should install it. Also, the installation should be silent and not ask anything to the user as they are not techies. Now by sending the full SQL server 2017 express installer along our application could be one option but that will make the installer size very big. To avoid that, I thought of the online installer. But the online installer seems not to be taking arguments and throwing exception. Customer and Project team don't want user's involvement. Could any of you guys suggest any other option where I can sent the small Online installer and launch it with some command line options / configuration to achieve this?
Asked
Active
Viewed 1,240 times
1 Answers
1
Not sure what tool do you use to create your setup packages, but the Advanced Installer packaging tool addresses your requirement. You can have a look on Install SQL Server 2017 Silently/with BasicUI tutorial on their online docs. Hope this helps somehow.
Disclaimer: I use Advanced Installer tool to package my .Net application.

herman.smn
- 1,214
- 7
- 9
-
Thanks for the reply. Will check this first thing Monday. – Harsh Shankar Mar 30 '19 at 03:50
-
1Was just going to suggest the same. – Stein Åsmul Apr 02 '19 at 14:48