We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f5f91 commit a854eb7Copy full SHA for a854eb7
UDKTests/install_vcredist.ps1
@@ -5,7 +5,7 @@ New-Item "C:\Temp\" -ItemType Directory -ErrorAction SilentlyContinue
5
Install-Module -Name VcRedist -Force
6
New-Item -Path C:\Temp\VcRedist -ItemType Directory -Force
7
$VcList = Get-VcList -Export Unsupported | Where-Object { $_.Release -eq "2012" }
8
-Save-VcRedist -VcList $VcList -Path C:\Temp\VcRedist
9
-Install-VcRedist -Path C:\Temp\VcRedist -VcList $VcList -Silent
+$VcList = Save-VcRedist -VcList $VcList -Path C:\Temp\VcRedist
+Install-VcRedist -VcList $VcList -Silent
10
11
Exit $LASTEXITCODE
0 commit comments