DeploymentResearch / DRFiles

Sample files for the Deployment Research Blog
MIT License
358 stars 322 forks source link

Install-MicrosoftVisualC++x86x64.wsf change of VS2017 names #11

Open lexios opened 6 years ago

lexios commented 6 years ago

Hello gurus!

Just wanted to let you know that the script for installing VS needs a modification on below lines:

sSetupFile2017x86 = oUtility.ScriptDir & "\Source\VS2017\mu_visual_cpp_redistributable_for_visual_studio_2017_version_15.3_x86_11100229.exe" sSetupFile2017x64 = oUtility.ScriptDir & "\Source\VS2017\mu_visual_cpp_redistributable_for_visual_studio_2017_version_15.3_x64_11100230.exe"

They should become: sSetupFile2017x86 = oUtility.ScriptDir & "\Source\VS2017\vc_redist.x86.exe" sSetupFile2017x64 = oUtility.ScriptDir & "\Source\VS2017\vc_redist.x64.exe"

Since that's their name now on the URL you specify in your script: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads