SQLExpress installation full process

This commit is contained in:
Dariy.Nurgaleev
2020-03-17 01:28:14 +07:00
parent a318add44d
commit debb478679
3 changed files with 55 additions and 5 deletions

View File

@@ -296,6 +296,12 @@
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -455,6 +461,14 @@
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
]
},
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[