blob: f3fc4508d76bf709b1142b91ca5041f62e6dd587 (
plain)
1
2
3
4
5
6
|
# Update service is required for dotnet 3.5 (dep of wix)
Set-Service -Name wuauserv -StartupType "Manual"
choco install -y wixtoolset mingw golang archiver
if ($LASTEXITCODE -ne 0) {
Exit 1
}
|