Skip to content

Commit

Permalink
Update VcRedist to work with unsupported redistributables
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jul 26, 2024
1 parent 0881b2c commit 0fda064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UDKTests/install_vcredist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ New-Item "C:\Temp\" -ItemType Directory -ErrorAction SilentlyContinue

Install-Module -Name VcRedist -Force
New-Item -Path C:\Temp\VcRedist -ItemType Directory -Force
$VcList = Get-VcList -Release "2012"
$VcList = Get-VcList -Export Unsupported | Where-Object { $_.Release -eq "2012" }
Save-VcRedist -VcList $VcList -Path C:\Temp\VcRedist
Install-VcRedist -Path C:\Temp\VcRedist -VcList $VcList -Silent

Expand Down

0 comments on commit 0fda064

Please sign in to comment.