Advertisement
Zacam

MSVC Direct DL Links

Jun 20th, 2019 (edited)
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. Visual Studio C++ Runtimes:
  2. These are the latest (that I know of) versions publicly released.
  3.  
  4. They have not been modified or repackaged in any way, but they HAVE been renamed in order so they don't all overwrite each other or start adding "(1)" "(2)" etc to the filename and so it's easier to know exactly which Edition is being installed.
  5.  
  6. Additionally, they are being hosted via DropBox as the MS links appear to be expiring or flat out resulting in a "404" on older versions.
  7. All of these Editions are for English/US; but -should- work on non-US/English systems.
  8.  
  9. \**/
  10. All 32bit versions of Windows needs ONLY the x86 files installed.
  11. All 64bit versions of Windows must have BOTH x64 -and- x86 files installed.
  12. /**\
  13.  
  14.  
  15. 2005 SP1 with MFC/SU v8.0.61001:
  16. x86: https://www.dropbox.com/s/q68gozn1lrggqgr/2005sp1-MFCSU-vcredist_x86.exe
  17. x64: https://www.dropbox.com/s/mvova43hljqx9f1/2005sp1-MFCSU-vcredist_x64.exe
  18. ** NOTE: Any older version of 2005 can co-exist with any newer version; it is not uncommon to have multiple different versions
  19.  
  20.  
  21. 2008 SP1 MFC/SU v9.0.30729.6161:
  22. x86: https://www.dropbox.com/s/1a2w6s69d6tdmcs/2008sp1-MFCSU-vcredist_x86.exe
  23. x64: https://www.dropbox.com/s/tgj7e6iatjnub7f/2008sp1-MFCSU-vcredist_x64.exe
  24. ** NOTE: Any older version of 2008 can co-exist with any newer version; it is not uncommon to have multiple different versions
  25.  
  26.  
  27. 2010 SP1 MFC/SU v10.0.40219:
  28. x86: https://www.dropbox.com/s/rlywfksurdh5f8m/2010sp1-MFCSU-vcredist_x86.exe
  29. x64: https://www.dropbox.com/s/5wcwi1imq4sgo7e/2010sp1-MFCSU-vcredist_x64.exe
  30.  
  31.  
  32. 2012 Update 4 v11.0.61030.0:
  33. x86: https://www.dropbox.com/s/vs1ati3pie2emxw/2012u4-vcredist_x86.exe
  34. x64: https://www.dropbox.com/s/ao7awl2heyrl91x/2012u4-vcredist_x64.exe
  35. ** NOTE: Any older version of 2012 can co-exist with any newer version; it is not uncommon to have multiple different versions
  36.  
  37.  
  38. 2013 Update 5 v12.0.40664.0:
  39. x86: https://www.dropbox.com/s/3rfqgf33dq1922l/2013U5-vcredist_x86.exe
  40. x64: https://www.dropbox.com/s/8yiwjsq05t7fqk3/2013U5-vcredist_x64.exe
  41. ** NOTE: Any older version of 2013 can co-exist with any newer version; it is not uncommon to have multiple different versions
  42.  
  43.  
  44. 2015 Update 3 v14.0.24215.1 <-- Legacy Package, superseded/replaced by Combo Pack:
  45. x86: https://www.dropbox.com/s/z2zkj2svn9iv081/2015u3-vc_redist.x86.exe
  46. x64: https://www.dropbox.com/s/iw1f45h0ao23gox/2015u3-vc_redist.x64.exe
  47.  
  48.  
  49. 2017 v14.10.25017.0 <-- Legacy Package, superseded/replaced by Combo Pack:
  50. x86: https://www.dropbox.com/s/nl92uzlwtplgkyn/2017-vc_redist.x86.exe
  51. x64: https://www.dropbox.com/s/ldff5u99oqkdro4/2017-vc_redist.x64.exe
  52.  
  53.  
  54. 2015-2019 Combo Pack 14.29.30139 (Replaces both standalone 2015 and 2017 packages above):
  55. x64/64bit: https://aka.ms/vs/16/release/VC_redist.x64.exe
  56. x86/32bit: https://aka.ms/vs/16/release/VC_redist.x86.exe
  57.  
  58. 2015-2022 Combo Pack (Replaces standalone 2015, 2017, and 2015-2019; for Win11 or to run any Visual Studio 2022 Made programs):
  59. x64/64bit: https://aka.ms/vs/17/release/VC_redist.x64.exe
  60. x86/32bit: https://aka.ms/vs/17/release/VC_redist.x86.exe
  61.  
  62.  
  63. Update for Universal C Runtime in Windows (KB2999226):
  64. To resolve the error that says "api-ms-win-crt-runtime-|1-1-0.dll in missing from your computer" you need this update
  65. https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
  66.  
  67.  
  68. .NET Package/Versions:
  69. GameLauncher (SBRW) requires .NET 4.6.2 or newer (4.8 recommended where possible)
  70. https://dotnet.microsoft.com/download/dotnet-framework
  71.  
  72. (4.7.2 is Highly Encouraged to help prevent Out-of-Memory cased by the Session Timer if you cannot install 4.8 for some reason)
  73.  
  74. Both Editions of .NET require:
  75. *Windows 7 Service Pack 1: https://www.microsoft.com/en-us/download/details.aspx?id=5842
  76. *Windows 8.1: https://support.microsoft.com/en-us/help/15288/windows-8-update-to-windows-8-1
  77.  
  78. As of v2.1.8.0, SBRW Launcher will support Windows 8 with .NET Framework of 4.6.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement