Added SQL Express installation

This commit is contained in:
Dariy.Nurgaleev
2020-03-12 21:26:22 +07:00
parent cde2e7d56d
commit a318add44d

View File

@@ -436,6 +436,12 @@
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Install-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -574,6 +580,12 @@
"type": "windows-restart",
"restart_timeout": "10m"
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[