[Windows] Add Microsoft.Net.Component.4.8.1 (#6125)

* Add Microsoft.Net.Component.4.8.1

* Add reboot step
This commit is contained in:
Aleksandr Chebotov
2022-08-25 17:01:30 +02:00
committed by GitHub
parent b23edef723
commit 10f5bdffe2
2 changed files with 8 additions and 0 deletions

View File

@@ -189,6 +189,8 @@
"Microsoft.Component.VC.Runtime.UCRTSDK", "Microsoft.Component.VC.Runtime.UCRTSDK",
"Microsoft.Net.Component.4.7.TargetingPack", "Microsoft.Net.Component.4.7.TargetingPack",
"Microsoft.Net.Component.4.7.2.TargetingPack", "Microsoft.Net.Component.4.7.2.TargetingPack",
"Microsoft.Net.Component.4.8.1.SDK",
"Microsoft.Net.Component.4.8.1.TargetingPack",
"Microsoft.VisualStudio.Component.AspNet45", "Microsoft.VisualStudio.Component.AspNet45",
"Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools", "Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools",
"Microsoft.VisualStudio.Component.Debugger.JustInTime", "Microsoft.VisualStudio.Component.Debugger.JustInTime",

View File

@@ -170,8 +170,14 @@
"elevated_user": "{{user `install_user`}}", "elevated_user": "{{user `install_user`}}",
"elevated_password": "{{user `install_password`}}" "elevated_password": "{{user `install_password`}}"
}, },
{
"type": "windows-restart",
"check_registry": true,
"restart_timeout": "10m"
},
{ {
"type": "powershell", "type": "powershell",
"pause_before": "2m",
"scripts": [ "scripts": [
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1", "{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
"{{ template_dir }}/scripts/Installers/Install-WDK.ps1", "{{ template_dir }}/scripts/Installers/Install-WDK.ps1",