geode/installer/windows/dl-vcr.ps1

4 lines
No EOL
159 B
PowerShell

if(Test-path VC_redist.x64.exe -PathType leaf) {
Return
}
Invoke-WebRequest -useb https://aka.ms/vs/17/release/vc_redist.x64.exe -outfile VC_redist.x64.exe