Popular Post abbodi1406 Posted September 20, 2014 Popular Post Share Posted September 20, 2014 (edited) Description: The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more. OS: Windows All Versions: VC++ 2022: 14.42.34430.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic Runtimes Files Contents: vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10 Important Notes: # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory for that, you need to use NSudo (or other similar tools): - download and extract latest release Binary.zip - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator - make sure User is set to TrustedInstaller - check "Enable All Privileges" - paste Wintoolkit.exe path in the lower box (or Browse to the file) - click run if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226 Download: vcredist_x64_Win7_20241010.WA vcredist_x86_Win7_20241010.WA vcredist_x64_2022_WinAll_14.42.34430.WA vcredist_x86_2022_WinAll_14.42.34430.WA vcredist_x64_2013d_WinAll.WA vcredist_x86_2013d_WinAll.WA vcredist_x64_SxS_Win7.WA vcredist_x86_SxS_Win7.WA vcredist_x64_SxS_Win810.WA vcredist_x86_SxS_Win810.WA you can find latest releases -> here SHA1 checksums: 05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO Edited October 10 by abbodi1406 Ultraform, salam mohibach, maszd and 19 others 19 3 Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted February 28, 2019 Author Share Posted February 28, 2019 Project Rebooted make sure to read the notes, specially about SxS 2008/2005 addons i kept 2017 addon separate so it can be easily updated simplix and shhnedo 2 Quote Link to comment Share on other sites More sharing options...
simplix Posted March 1, 2019 Share Posted March 1, 2019 (edited) Thank you! I'm starting to test, so far I checked x86. 1) In the Uninstall section "2010 x86" has 2 spaces. "DisplayName"="Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219" 2) No icons in many entries. Pic1 what is it seen, Pic2 how can it be. 3) I think the changes between SxS_Win7 and SxS_Win810 are too small to make different addons. 4) A few errors in the entries: vcredist_x86_SxS_Win7\VC_x86_2005.reg in Components\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6229_none_cbee8c4a4710d003 has "\" in "f!mfc80u.dll" and "f!mfcm80.dll". vcredist_x86_SxS_Win7\VC_x86_2008.reg in Components\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.7523_none_4bf3b680bf9ea69d has "\" in "f!mfc90u.dll" and "f!mfcm90.dll". 1-3 items are not critical. P. S. Checked x64 - all the same. Edited March 1, 2019 by simplix lukalex 1 Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted March 2, 2019 Author Share Posted March 2, 2019 1) The two speces are the default state from original installer 2) i use slim msi installers for all vcredist, msi entries do not have display icon by default https://github.com/abbodi1406/vcredist using original installers (specially 2017/2013/2012) will add many bloat files and registy: https://forums.mydigitallife.net/posts/1472819/ i could add custom display icon for each msi file (similar to .NET addon), but i'm trying to keep things minimal and default as much as possible 3) actually, upon further tsting, there are more diffirent registry values in COMPONENTS keys i will update Win810 addons 4) thanks for notifying, SxS entries are hard to keep an eye on i will fix that ASAP simplix 1 Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted March 2, 2019 Author Share Posted March 2, 2019 Updated SxS 2008/2005 addons simplix and lukalex 2 Quote Link to comment Share on other sites More sharing options...
lukalex Posted March 2, 2019 Share Posted March 2, 2019 1) The two speces are the default state from original installer 2) i use slim msi installers for all vcredist, msi entries do not have display icon by default https://github.com/abbodi1406/vcredist using original installers (specially 2017/2013/2012) will add many bloat files and registy: https://forums.mydigitallife.net/posts/1472819/ i could add custom display icon for each msi file (similar to .NET addon), but i'm trying to keep things minimal and default as much as possible 3) actually, upon further tsting, there are more diffirent registry values in COMPONENTS keys i will update Win810 addons 4) thanks for notifying, SxS entries are hard to keep an eye on i will fix that ASAP abbodi1406, thank you for your work. Please retreat from your principles, use the icons. Since without them, it seems that the file is damaged. Quote Link to comment Share on other sites More sharing options...
mooms Posted March 2, 2019 Share Posted March 2, 2019 I agree. Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted March 3, 2019 Author Share Posted March 3, 2019 Icons are overrated but i will see about it Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 3, 2019 Share Posted March 3, 2019 А зачем в одном из аддонов папки DESIGNER? And why in one of DESIGNER folder add-ons? Quote Link to comment Share on other sites More sharing options...
shhnedo Posted March 3, 2019 Share Posted March 3, 2019 More like "Why is there a "DESIGNER" folder in one of the addons?". Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 3, 2019 Share Posted March 3, 2019 More like "Why is there a "DESIGNER" folder in one of the addons?". А зачем в одном из аддонов папки DESIGNER? And why in one of DESIGNER folder add-ons? Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 3, 2019 Share Posted March 3, 2019 (edited) del Edited March 15, 2019 by Pavel Quote Link to comment Share on other sites More sharing options...
Jan Krohn Posted March 3, 2019 Share Posted March 3, 2019 I've hidden old comments from the thread (from 2014 to 2016) as per suggestion. Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted March 3, 2019 Author Share Posted March 3, 2019 Jan Krohn Thank you @Pavel DESIGNER is part of Visual Basic 6 runtimes You must start Wintoolkit as TrustedInstaller. Read the Important Note again Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 3, 2019 Share Posted March 3, 2019 Jan Krohn Thank you @Pavel DESIGNER is part of Visual Basic 6 runtimes Уже переделал. Забыл про инструкцию, где необходимо получить права на доступ к этой папке. Спасибо. Already remade. Forgot about the instruction where it is necessary to acquire the rights for access to this folder. Thanks. Quote Link to comment Share on other sites More sharing options...
Methanoid Posted March 5, 2019 Share Posted March 5, 2019 Do x64 users need to install the x86 as well? Or just the x64? Sorry if it seems obvious but I seem to recall some x64 progs still use x86 runtimes? Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 5, 2019 Share Posted March 5, 2019 Do x64 users need to install the x86 as well? Or just the x64? Sorry if it seems obvious but I seem to recall some x64 progs still use x86 runtimes? в 64 аддоне уже есть и 32 in the 64th add-on there are already also 32 Quote Link to comment Share on other sites More sharing options...
abbodi1406 Posted March 13, 2019 Author Share Posted March 13, 2019 Updated all addons with Display Icons shhnedo, lukalex and mooms 3 Quote Link to comment Share on other sites More sharing options...
serg130270 Posted March 13, 2019 Share Posted March 13, 2019 Thanks for the update Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 13, 2019 Share Posted March 13, 2019 (edited) Почему так выглядит не одинаково? Без иконок было красивее. Сейчас не пойми что. Лучше сделать или как было, или сделать все иконки голубенькие как у 2012 - 2017. Why so looks not equally? Without icons it was more beautiful. Now do not understand that. It is better to make or as was, or to make all icons blue as at 2012 - 2017. Edited March 13, 2019 by Pavel Quote Link to comment Share on other sites More sharing options...
lukalex Posted March 14, 2019 Share Posted March 14, 2019 (edited) 20 hours ago, Pavel said: Почему так выглядит не одинаково? Без иконок было красивее. Сейчас не пойми что. Лучше сделать или как было, или сделать все иконки голубенькие как у 2012 - 2017. Why so looks not equally? Without icons it was more beautiful. Now do not understand that. It is better to make or as was, or to make all icons blue as at 2012 - 2017. Pavel, Вы не правы, Вот свойства оригинального файла. Иконку хорошо видно? А если автор сделает как Вы просите, действительно будет "не пойми что". Pavel, you are wrong, here are the properties of the original file. The icon is clearly visible ? And if the author does what you ask, it really will be "do not understand that." abbodi1406, thank you so much for the icons! Edited March 14, 2019 by lukalex Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 14, 2019 Share Posted March 14, 2019 I know as fitters of an old and new look look, but old fitters do not put an icon at all, and the author added so already discrepancy. Therefore it is better or without icons, or to make all identical having taken directly from the .MSI file. I already remade its add-ons having replaced old icons from new of it - add-ons. In a word does not look at all, and the design is necessary everywhere where it is possible to make. Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 14, 2019 Share Posted March 14, 2019 10 hours ago, lukalex said: Pavel, Вы не правы, Вот свойства оригинального файла. Иконку хорошо видно? А если автор сделает как Вы просите, действительно будет "не пойми что". Pavel, you are wrong, here are the properties of the original file. The icon is clearly visible ? And if the author does what you ask, it really will be "do not understand that." abbodi1406, thank you so much for the icons! ---------------------------------------------------------------------------------------- Супер. Super 10 hours ago, lukalex said: Quote Link to comment Share on other sites More sharing options...
Pavel Posted March 18, 2019 Share Posted March 18, 2019 Народ, подскажите поточнее какие пакеты аддонов Visual++ без проблем подойдут для Windows 8.1? The people, prompt more precisely what packages of add-ons Visual without problems will be suitable for Windows 8.1? Quote Link to comment Share on other sites More sharing options...
shhnedo Posted March 19, 2019 Share Posted March 19, 2019 The ones that have WinAll or Win810 in the file name. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.