YumeYao Posted September 15, 2010 Share Posted September 15, 2010 (edited) This is intended for keep code65536's work going. Besides merely an update, I decide to divide it into several packs, for VC7-9 runtimes is almost a must-have while old VC1/VB1-4 runtimes is only for those who work with old apps. Adding to that, VC10 is a new-comer, on which nearly no apps are developed till now.GoalDifferent from code65536's goal, my goal is to provide basic Microsoft runtime coverage to satisfy the common needs that is missing from Windows XP while still providing stuffs to fill the "gaps" that Microsoft left. I have included only Microsoft C-family runtimes (CRT/MFC/etc.) and VB runtimes. No third-party non-Microsoft runtimes are included. No ActiveX controls are included. Only language runtimes. If you are looking for more than just runtimes or if you are looking for third-party libraries, then one of the other addons may be better suited for your needs. Why a "true addon" and why not?First, this is a "no-frills" pack. Second, the installation happens during the text setup and the very beginning of GUI setup(VC8-9), which means that the runtimes here will be installed early enough that programs that depend on these runtimes can be run at any time during Windows setup. Finally, this is an extremely "clean" install; there are no CABs to unpack, no INFs to process, which means this pack "leaves no trace".The cons of this pack, however, is the unavoidable size increase of you XP Disc. The size increase is further more than the addon's size since the addon is compressed in 7-zip, probably the best one, while the files on XP Disc are compressed in cabinet. In the case you want to save space, please consider using a switchless installer. Additionally, there seems to be some apps that don't like the true addon and insist to install the runtimes of their own.So I offer them both.Overview of Microsoft RuntimesVC1: included in this addon as a component of Legacy AddonVC2-VC6: bundled with WinXP (untouched by this addon)VC7-VC10: included in this addon as Mainstream AddonVB1-VB4: included in this addon as components of Legacy AddonVB5-VB6: bundled with WinXP (untouched by this addon)VB7+: part of the .NET CLR; not included in this addon, please check my .NET Releases.Mainstream PackContains VC7-10 runtimes.True Addon(The VC8/9 runtimes are installed as WinSxS assemblies, and VC7/VC10 runtimes are installed to %SystemRoot%\system32. And if you are wondering, yes, I omitted msdia on purpose.):YumeYao_MicrosoftVC78910RuntimeLibraries_Addon_2_0_7.7zSize: 5.15 MB (5,403,130 Bytes)MD5: b9570dcacdb203f135c94ae03760d49eMixed Addon(VC7 are integrated as true addon, VC8-10 are installed at T-13):YumeYao_MicrosoftVC78910RuntimeLibraries_MixedAddon_2_0_7.7zSize: 6.43 MB (6,745,727 Bytes)MD5: 708bd36e0bd3a00c59f76597eb83e636Contents in detail:[7.0.9981.0 ] msvcr70.dll[7.10.7031.4 ] msvcr71.dll[8.0.50727.6195] msvcr80.dll[9.0.30729.6161] msvcr90.dll[10.0.40219.325] msvcr100.dll/*-- Managed C runtimes ----------------------------------------------*/ [8.0.50727.6195] msvcm80.dll[9.0.30729.6161] msvcm90.dll/*-- Legacy iostream.h library ---------------------------------------*/ [7.0.9955.0 ] msvci70.dll/*-- C++ standard library (STL) --------------------------------------*/ [7.0.9466.0 ] msvcp70.dll[7.10.6052.0 ] msvcp71.dll[8.0.50727.6195] msvcp80.dll[9.0.30729.6161] msvcp90.dll[10.0.40219.325] msvcp100.dll/*-- Microsoft Foundation Class Library (MFC) ------------------------*/ [7.0.9975.0 ] mfc70.dll, mfc70u.dll, mfc70???.dll[7.10.6119.0 ] mfc71.dll, mfc71u.dll, mfc71???.dll[8.0.50727.6195] mfc80.dll, mfc80u.dll, mfc80???.dll[9.0.30729.6161] mfc90.dll, mfc90u.dll, mfc90???.dll[10.0.40219.325] mfc100.dll, mfc100u.dll, mfc100???.dll/*-- Microsoft Foundation Class Managed Library ----------------------*/[8.0.50727.6195] mfcm80.dll, mfcm80u.dll[9.0.30729.6161] mfcm90.dll, mfcm90u.dll[10.0.40219.325] mfcm100.dll, mfcm100u.dll/*-- Active Template Library (ATL) -----------------------------------*/[7.0.9975.0 ] atl70.dll[7.10.6119.0 ] atl71.dll[8.0.50727.6195] atl80.dll[9.0.30729.6161] atl90.dll[10.0.40219.325] atl100.dll/*-- Open Multi-Processing libraries (OMP) ---------------------------*/[8.0.50727.6195] vcomp.dll[9.0.30729.6161] vcomp90.dll[10.0.40219.325] vcomp100.dll/*-- C standard library (CRT) ----------------------------------------*/ Legacy PackContains VC1 and VB1-4 runtimes. The VB runtimes are installed to %SystemRoot%\system, and VC1 CRT runtime is installed to %SystemRoot%\system32.YumeYao_MicrosoftOldRuntimeLibraries_Addon_1_0_0.7z (Mirror)Size: 1.09 MB (1,151,861 Bytes)MD5: 43f688e16ddeffbfbe74b0b0c670d7deContents in detail:[1.0 ] msvcrt10.dll/*-- Visual Basic runtimes -------------------------------------------*/[1.00 ] vbrun100.dll[2.0.9.8 ] vbrun200.dll[3.0.5.38 ] vbrun300.dll[4.0.24.22 ] vb40016.dll[4.0.29.24 ] vb40032.dll/*-- C standard library (CRT) ----------------------------------------*/Changelog:* 2011/8/14: Updated VC10.* 2011/6/17: Updated VC8 and VC9.* 2011/4/12(again): Updated VC7.1 too.* 2011/4/12: Updated VC8/VC9 Runtimes to latest MFC Update.* 2011/3/10: Updated VC10 Runtime to SP1.* 2011/1/21: Updated VC9 libraries. Merged VC10 into Mainstream pack(Time for this, I think).* 2010/10/28: Updated VC9 and VC10 libraries.* 2010/9/18: Fixed the errors in VC10 addon. Added the T-13 installer addons.* 2010/9/15: Contains VC7.1 ATL/MFC, VC8 runtimes for MS09-35 and VC9 runtimes for KB982062. Edited February 9, 2012 by ricktendo64 kevins 1 Quote Link to comment Share on other sites More sharing options...
Mr_Smartepants Posted September 15, 2010 Share Posted September 15, 2010 The VC10 runtime addon .ini file list doesn't match the file names and is causing a "missing file" error during dosnet filecopy. [dosnet_files] <snip> d1,mfc100cn.dll d1,mfc100de.dll d1,mfc100es.dll d1,mfc100fr.dll d1,mfc100it.dll d1,mfc100jp.dll d1,mfc100ko.dll d1,mfc100ru.dll d1,mfc100tw.dll d1,mfc100us.dll Filenames are: mfc100chs.dll (instead of mfc100cn.dll) mfc100deu.dll (instead of mfc100de.dll) etc... Quote Link to comment Share on other sites More sharing options...
YumeYao Posted September 15, 2010 Author Share Posted September 15, 2010 Fixed. Quote Link to comment Share on other sites More sharing options...
YumeYao Posted September 18, 2010 Author Share Posted September 18, 2010 Fixed again.And added 2 T-13 addons for those apps to detect installed runtimes. Quote Link to comment Share on other sites More sharing options...
sobdo Posted October 6, 2010 Share Posted October 6, 2010 thanks YumeYaogreat work :prop: Quote Link to comment Share on other sites More sharing options...
YumeYao Posted October 31, 2010 Author Share Posted October 31, 2010 updated. Quote Link to comment Share on other sites More sharing options...
YumeYao Posted January 21, 2011 Author Share Posted January 21, 2011 updated. Quote Link to comment Share on other sites More sharing options...
ricktendo Posted January 21, 2011 Share Posted January 21, 2011 Thanks for the update...Is KB2435853 the hotfix you got the new vceredist installers from? Quote Link to comment Share on other sites More sharing options...
YumeYao Posted January 21, 2011 Author Share Posted January 21, 2011 Thanks for the update...Is KB2435853 the hotfix you got the new vceredist installers from?Yes. Quote Link to comment Share on other sites More sharing options...
YumeYao Posted January 21, 2011 Author Share Posted January 21, 2011 Fixed MixedAddon. The previous one didn't work, please re-download the MixedAddon. Quote Link to comment Share on other sites More sharing options...
YumeYao Posted March 11, 2011 Author Share Posted March 11, 2011 Updated VC10 Runtime Library to SP1. Quote Link to comment Share on other sites More sharing options...
oguz Posted March 11, 2011 Share Posted March 11, 2011 Updated VC10 Runtime Library to SP1.Thanx for update Quote Link to comment Share on other sites More sharing options...
oguz Posted April 10, 2011 Share Posted April 10, 2011 (edited) Hi, @YumeYao, April updates of Microsoft will have updates for Microsoft Runtime Libraries.Thank you... Edited April 10, 2011 by oguz Quote Link to comment Share on other sites More sharing options...
YumeYao Posted April 12, 2011 Author Share Posted April 12, 2011 updated. Quote Link to comment Share on other sites More sharing options...
ricktendo Posted April 12, 2011 Share Posted April 12, 2011 YumeYao does MU still prompt you to install KB2467174/5 with your true addon?I need to find the reg entry to satisfy it Quote Link to comment Share on other sites More sharing options...
YumeYao Posted April 13, 2011 Author Share Posted April 13, 2011 updated again..@rick,Haven't check what MU needs, maybe the msi entries? Quote Link to comment Share on other sites More sharing options...
oguz Posted April 14, 2011 Share Posted April 14, 2011 @YumeYao, Thank you for update Quote Link to comment Share on other sites More sharing options...
YumeYao Posted June 17, 2011 Author Share Posted June 17, 2011 updated. Quote Link to comment Share on other sites More sharing options...
ykchanaed Posted July 8, 2011 Share Posted July 8, 2011 updated.MU still asks for VC++ 2005 SP1 update (KB2538242)!HFSLIP as slipstreamer. Quote Link to comment Share on other sites More sharing options...
YumeYao Posted August 14, 2011 Author Share Posted August 14, 2011 updated. Quote Link to comment Share on other sites More sharing options...
oguz Posted August 16, 2011 Share Posted August 16, 2011 (edited) updated.Hi, @YumeYaoWhy true addon version is still 2.06? Only Mixed Addon is v2.07?Can you upload new versions on mediafire? Edited August 16, 2011 by oguz Quote Link to comment Share on other sites More sharing options...
YumeYao Posted August 21, 2011 Author Share Posted August 21, 2011 Just because I forgot to update the file name in the post. Quote Link to comment Share on other sites More sharing options...
dolivas Posted October 16, 2011 Share Posted October 16, 2011 Mixedaddon not available please reupload when you have time.Thanks Quote Link to comment Share on other sites More sharing options...
YumeYao Posted October 17, 2011 Author Share Posted October 17, 2011 Link updated. Quote Link to comment Share on other sites More sharing options...
Adrian Luca Posted December 8, 2011 Share Posted December 8, 2011 Thanks and I have a question for x64 not have not released this version on runtimie 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.