The search returned 4 results

by toto25
June 19, 2020 - 11:38
Forum: WAPT Packages
Subject: [SOLVED] SQL Express 2016 installation
Answers: 6
Views : 6257

Re: Installing SQL Express 2016

That's really all the options in the config file.

def install():
install_exe_if_needed("SETUP.exe",'/ACTION="install" /ROLE="AllFeatures_WithDefaults" /ENU="False" /IACCEPTSQLSERVERLICENSETERMS="True" /QUIET="True" /UpdateEnabled="True" /USEMICROSOFTUPDATE="True" /FEATURES=SQLENGINE ...
by toto25
June 19, 2020 - 09:07
Forum: WAPT Packages
Subject: [SOLVED] SQL Express 2016 installation
Answers: 6
Views : 6257

Re: Installing SQL Express 2016

Hello,

I successfully completed the installation, so I'm going to share the steps I followed for those who need them!
I created my SQL Express 2016 configuration file (start an installation and then cancel it; easy to find on Google), I removed QUIETSIMPLE and replaced it with QUIET...
by toto25
June 18, 2020 - 11:20
Forum: WAPT Packages
Subject: [SOLVED] SQL Express 2016 installation
Answers: 6
Views : 6257

Re: Installing SQL Express 2016

Thank you for your reply.
I tried using the "required" options from the Microsoft documentation, but it didn't work. So I copied my entire configuration file like this:

def install():
install_exe_if_needed("SETUP.exe",'/Q /IACCEPTSQLSERVERLICENSETERMS /ACTION="install" /ROLE ...
by toto25
June 18, 2020 - 10:01
Forum: WAPT Packages
Subject: [SOLVED] SQL Express 2016 installation
Answers: 6
Views : 6257

[SOLVED] SQL Express 2016 installation

Hello,

I've been working on installing SQL Express 2016 for a few days now. I created the configuration file for a silent installation, and it works locally. I copied all the contents of the SQL setup folder into the WAPT package. However, when I deploy, I get a nasty...