Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Visual Studio C++ Runtimes:
- These are the latest (that I know of) versions publicly released.
- 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.
- 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.
- All of these Editions are for English/US; but -should- work on non-US/English systems.
- \**/
- All 32bit versions of Windows needs ONLY the x86 files installed.
- All 64bit versions of Windows must have BOTH x64 -and- x86 files installed.
- /**\
- 2005 SP1 with MFC/SU v8.0.61001:
- x86: https://www.dropbox.com/s/q68gozn1lrggqgr/2005sp1-MFCSU-vcredist_x86.exe
- x64: https://www.dropbox.com/s/mvova43hljqx9f1/2005sp1-MFCSU-vcredist_x64.exe
- ** NOTE: Any older version of 2005 can co-exist with any newer version; it is not uncommon to have multiple different versions
- 2008 SP1 MFC/SU v9.0.30729.6161:
- x86: https://www.dropbox.com/s/1a2w6s69d6tdmcs/2008sp1-MFCSU-vcredist_x86.exe
- x64: https://www.dropbox.com/s/tgj7e6iatjnub7f/2008sp1-MFCSU-vcredist_x64.exe
- ** NOTE: Any older version of 2008 can co-exist with any newer version; it is not uncommon to have multiple different versions
- 2010 SP1 MFC/SU v10.0.40219:
- x86: https://www.dropbox.com/s/rlywfksurdh5f8m/2010sp1-MFCSU-vcredist_x86.exe
- x64: https://www.dropbox.com/s/5wcwi1imq4sgo7e/2010sp1-MFCSU-vcredist_x64.exe
- 2012 Update 4 v11.0.61030.0:
- x86: https://www.dropbox.com/s/vs1ati3pie2emxw/2012u4-vcredist_x86.exe
- x64: https://www.dropbox.com/s/ao7awl2heyrl91x/2012u4-vcredist_x64.exe
- ** NOTE: Any older version of 2012 can co-exist with any newer version; it is not uncommon to have multiple different versions
- 2013 Update 5 v12.0.40664.0:
- x86: https://www.dropbox.com/s/3rfqgf33dq1922l/2013U5-vcredist_x86.exe
- x64: https://www.dropbox.com/s/8yiwjsq05t7fqk3/2013U5-vcredist_x64.exe
- ** NOTE: Any older version of 2013 can co-exist with any newer version; it is not uncommon to have multiple different versions
- 2015 Update 3 v14.0.24215.1 <-- Legacy Package, superseded/replaced by Combo Pack:
- x86: https://www.dropbox.com/s/z2zkj2svn9iv081/2015u3-vc_redist.x86.exe
- x64: https://www.dropbox.com/s/iw1f45h0ao23gox/2015u3-vc_redist.x64.exe
- 2017 v14.10.25017.0 <-- Legacy Package, superseded/replaced by Combo Pack:
- x86: https://www.dropbox.com/s/nl92uzlwtplgkyn/2017-vc_redist.x86.exe
- x64: https://www.dropbox.com/s/ldff5u99oqkdro4/2017-vc_redist.x64.exe
- 2015-2019 Combo Pack 14.29.30139 (Replaces both standalone 2015 and 2017 packages above):
- x64/64bit: https://aka.ms/vs/16/release/VC_redist.x64.exe
- x86/32bit: https://aka.ms/vs/16/release/VC_redist.x86.exe
- 2015-2022 Combo Pack (Replaces standalone 2015, 2017, and 2015-2019; for Win11 or to run any Visual Studio 2022 Made programs):
- x64/64bit: https://aka.ms/vs/17/release/VC_redist.x64.exe
- x86/32bit: https://aka.ms/vs/17/release/VC_redist.x86.exe
- Update for Universal C Runtime in Windows (KB2999226):
- To resolve the error that says "api-ms-win-crt-runtime-|1-1-0.dll in missing from your computer" you need this update
- https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
- .NET Package/Versions:
- GameLauncher (SBRW) requires .NET 4.6.2 or newer (4.8 recommended where possible)
- https://dotnet.microsoft.com/download/dotnet-framework
- (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)
- Both Editions of .NET require:
- *Windows 7 Service Pack 1: https://www.microsoft.com/en-us/download/details.aspx?id=5842
- *Windows 8.1: https://support.microsoft.com/en-us/help/15288/windows-8-update-to-windows-8-1
- 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