1

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?

Harsh Shankar
  • 506
  • 5
  • 16

1 Answers1

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