[Release] Kels' Runtimes v8.8
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
-
- Posts: 20
- Joined: Sat Dec 12, 2009 4:24 pm
Use ENU version of Win XP + NLD MUI instead.santana78722 wrote:Thanks very much!
One question, though: i do work with the US-English (ENU) Win XPSP3 and then the add-on integrates fine, but will this also go without any problems on a localized version of Win XPSP3 (i.e. NLD; for my dad who after 4 yr needs a fresh install)?
microsoft.com wrote:Disk_1: Traditional Chinese, Simplified Chinese, French, German, Japanese and Korean.
Disk_2: Arabic, Brazilian Portuguese (BR), Spanish, Hebrew, Italian, Dutch (NL) and Swedish.
Disk_3: Czech, Danish, Finnish, Norwegian and Russian.
Disk_4: Greek, Hungarian, Polish, Portuguese and Turkish.
Disk_5: Bulgarian, Estonian, Croatian, Lithuanian, Latvian, Romanian, Slovak, Slovenian and Thai.
-
- Posts: 20
- Joined: Sat Dec 12, 2009 4:24 pm
Thanks for the feed-back.
Well, i dunno what to do... I/we don't have a VLK version nor MUI disc (and I am alsp not really fond of doing "illegal" things), so that's not an option. The possibility of running into problems (immediately or later after installation) is also not a thing to look forward to. So for now i will skip integrating this in the NLD version of XPSP3 and stay with the "official" dutch post-SP3 integration pack available elsewhere on this forum.
Thanks again,
S
Well, i dunno what to do... I/we don't have a VLK version nor MUI disc (and I am alsp not really fond of doing "illegal" things), so that's not an option. The possibility of running into problems (immediately or later after installation) is also not a thing to look forward to. So for now i will skip integrating this in the NLD version of XPSP3 and stay with the "official" dutch post-SP3 integration pack available elsewhere on this forum.
Thanks again,
S
Here it is.
Windows 7 RTM Usp10.dll
Version: 1.626.7600.16385
612 KB
http://www.mediafire.com/?wwqzmwxm5yz
Windows 7 RTM Usp10.dll
Version: 1.626.7600.16385
612 KB
http://www.mediafire.com/?wwqzmwxm5yz
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
Already tested and apparently it causes many errors, so it was removedmindcurd wrote:Here it is.
Windows 7 RTM Usp10.dll
Version: 1.626.7600.16385
612 KB
http://www.mediafire.com/?wwqzmwxm5yz

can someone make a standalone installer from this beauty ?
I managed to extract it,
deleted folders:
asms
svcpack ,
deleted files:
Entries_Runtimes.ini
usp10.dll ,
modified head of Runtimes.inf
from:
[SourceDisksNames.x86]
1="Runtime Files","Runtimes.cab",,"i386"
to:
[SourceDisksNames.x86]
1="Runtime Files","Runtimes.cab"
created a batch file in notepad (named setup.bat) containing the following cmd:
rundll32.exe setupapi,InstallHinfSection DefaultInstall 132. .\Runtimes.inf
the above is the exact syntax, not working any other way...
packed it all within a SFX pointing to the inner "setup.bat"
and attaching an icon, BUT
you will wonder why I deleted the other folders...
well because the inf does not address to them...because this is made for integrating through RVMi , but suppose I encounter an already installed system and need to install this wonderful library pack...
How to make it work all in one place ?
Is it possible ?
I think that the stuff I delete is only about vcredist 2005 and vcredist 2008, am I correct ?

i made a inno setup installer out of it and included it in my All in one Rumtimes:
http://sereby.org/site/AiO-tab_x86
AiO includes all runtimes you ever need
- .NET 1.1 -3.5
- Java Runtime Environment 6
- DirectX 9.0c Zusatzdateien (Redist Files)
- DirectX for Managed Code
- This Runtime package as Inno installer
- Microsoft Visual C++ Runtimes
- Microsoft Visual J# 2.0
- Microsoft Silverlight 3
- Adobe Flash Player 10 (Internet Explorer Plugin)
- Shockwave Player 11 (Internet Explorer Plugin)
http://sereby.org/site/AiO-tab_x86
AiO includes all runtimes you ever need
- .NET 1.1 -3.5
- Java Runtime Environment 6
- DirectX 9.0c Zusatzdateien (Redist Files)
- DirectX for Managed Code
- This Runtime package as Inno installer
- Microsoft Visual C++ Runtimes
- Microsoft Visual J# 2.0
- Microsoft Silverlight 3
- Adobe Flash Player 10 (Internet Explorer Plugin)
- Shockwave Player 11 (Internet Explorer Plugin)
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
latest Cygwin is 1.7.5-1, of April 12th 2010
(cygwin1.dll file version : 1007.5.0.0)
to get cygwin1.dll (up-to-date, and official build
) :
- choose a mirror here : http://www.cygwin.com/mirrors.html
- go to dir "release/cygwin/"
- download the latest release package, extract the desired file
------------------------------------------------------------------------------------
btw, I decided to remove cygwinb19.dll (Cygwin version B19) from my personal pack, because :
- it is waayyyy obsolete (from 1998, Windows only up to 95 officially supported)
- it has literally disappeared from the internet, even using www.archive.org I couldn't get an official/recognized build (I mean: all of the few files I found were different...)
- all applications have moved to a more recent version for a long time
some clarifications :
- beginning with version B20, the naming convention has changed, and cygwinb19.dll became cygwin1.dll (in the exceptional case an application requires a specific version of Cygwin, the DLL would be named for example cygwin1-20.1.dll)
- if one really needs cygwinb19.dll (which I highly doubt) it is possible to copy cygwin1.dll to cygwinb19.dll (or create an hardlink), I even tried it with legacy apps and it seems to work.
cheers
(cygwin1.dll file version : 1007.5.0.0)
to get cygwin1.dll (up-to-date, and official build

- choose a mirror here : http://www.cygwin.com/mirrors.html
- go to dir "release/cygwin/"
- download the latest release package, extract the desired file
------------------------------------------------------------------------------------
btw, I decided to remove cygwinb19.dll (Cygwin version B19) from my personal pack, because :
- it is waayyyy obsolete (from 1998, Windows only up to 95 officially supported)
- it has literally disappeared from the internet, even using www.archive.org I couldn't get an official/recognized build (I mean: all of the few files I found were different...)
- all applications have moved to a more recent version for a long time
some clarifications :
- beginning with version B20, the naming convention has changed, and cygwinb19.dll became cygwin1.dll (in the exceptional case an application requires a specific version of Cygwin, the DLL would be named for example cygwin1-20.1.dll)
- if one really needs cygwinb19.dll (which I highly doubt) it is possible to copy cygwin1.dll to cygwinb19.dll (or create an hardlink), I even tried it with legacy apps and it seems to work.
cheers
currently there is no official precompiled DLL for zlib 1.2.5...
also, this is strange, I remember I downloaded some weeks ago the precompiled DLL for zlib 1.2.4, but I can't find it anymore, like it has been removed.
zlib 1.2.3 is from July 2005, whereas 1.2.4 is from March 2010 and 1.2.5 is from April 2010 : there is a nearly 5 years gap. I think a problem has been discovered in recent builds and the authors put it in hold (I hope it is temporary)
cheers
also, this is strange, I remember I downloaded some weeks ago the precompiled DLL for zlib 1.2.4, but I can't find it anymore, like it has been removed.
zlib 1.2.3 is from July 2005, whereas 1.2.4 is from March 2010 and 1.2.5 is from April 2010 : there is a nearly 5 years gap. I think a problem has been discovered in recent builds and the authors put it in hold (I hope it is temporary)
cheers
It's hereOuTman wrote:also, this is strange, I remember I downloaded some weeks ago the precompiled DLL for zlib 1.2.4, but I can't find it anymore, like it has been removed.
http://www.winimage.com/zLibDll/
hi,
yep I noticed this one, but as I remember, the DLL I grabbed some weeks ago was directly on zlib.net (but currently they only offer source code). However I may be wrong.
as you can notice in the winimage's archive, the DLL isn't named zlib1.dll but zlibwapi.dll (if you want the details please look at the readme, it is not easy to explain!). I don't remember I renamed a file when creating my runtimes collection...
personally I'll still wait a little, and if no other build shows up I'll test this one with some applications which require zlib1.dll
cheers
yep I noticed this one, but as I remember, the DLL I grabbed some weeks ago was directly on zlib.net (but currently they only offer source code). However I may be wrong.
as you can notice in the winimage's archive, the DLL isn't named zlib1.dll but zlibwapi.dll (if you want the details please look at the readme, it is not easy to explain!). I don't remember I renamed a file when creating my runtimes collection...
personally I'll still wait a little, and if no other build shows up I'll test this one with some applications which require zlib1.dll
cheers
Hi,
Apparently the winimage.com build do is the "official" build. winimage.com seems to be kind of affiliated with zlib team.
This DLL should be perfectly compatible with the specs. Just to be sure I tested with several apps and it works just fine.
Also, despite it is compiled with the recent Visual Studio 2010, it doesn't require any additional runtime.
So, you might want to download zlib125dll.zip here, in the archive get the file dll32\zlibwapi.dll file and rename it to zlib1.dll
Cheers
Apparently the winimage.com build do is the "official" build. winimage.com seems to be kind of affiliated with zlib team.
This DLL should be perfectly compatible with the specs. Just to be sure I tested with several apps and it works just fine.
Also, despite it is compiled with the recent Visual Studio 2010, it doesn't require any additional runtime.
So, you might want to download zlib125dll.zip here, in the archive get the file dll32\zlibwapi.dll file and rename it to zlib1.dll
Cheers
Hi again,
Please do not take into account my previous message for now
The DLL I mentioned is not fully compatible (it explains why the file has been renamed)
however, a true official DLL should be available soon
reference :
https://forums.codegear.com/thread.jspa ... 076#240166
Regards
Please do not take into account my previous message for now
The DLL I mentioned is not fully compatible (it explains why the file has been renamed)
however, a true official DLL should be available soon
reference :
https://forums.codegear.com/thread.jspa ... 076#240166
Regards
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
Kelsenellenelvian wrote:Would LOVE to aff the vb 2010 runtimes guys!
Am having a hard time unpacking them though...
These are the files I have collected from VC2010.
Don't know if it is complete or not.
Hopefully this will help you.
link removed
MD5: d2052deadc8b4a4dcea2cc6b65eb5033
SIZE: 4.8 MB
Last edited by user_hidden on Mon May 24, 2010 8:23 am, edited 1 time in total.
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
just a note:
the files from VC10 with a filename ended with "d" should be removed from the pack. They are intended for containing debug info therefore they are for developers. The current VC10 runtimes are ripped from Visual Studio 2010, not a redistribute pack. It doesn't harm if you keep the files, but just think about the size.
the files from VC10 with a filename ended with "d" should be removed from the pack. They are intended for containing debug info therefore they are for developers. The current VC10 runtimes are ripped from Visual Studio 2010, not a redistribute pack. It doesn't harm if you keep the files, but just think about the size.
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
File: link-removed
CRC-32: 9e4145f5
MD4: 9e781565599b77a8b629ebe59197ced5
MD5: 36d7d05505951f542922df4c725cc57d
SHA-1: 074902ff54d30ef6ee2fd6ebe475526cac84670c
*the checksum posted is of the original file inside the .7z archive
CRC-32: 9e4145f5
MD4: 9e781565599b77a8b629ebe59197ced5
MD5: 36d7d05505951f542922df4c725cc57d
SHA-1: 074902ff54d30ef6ee2fd6ebe475526cac84670c
*the checksum posted is of the original file inside the .7z archive
Last edited by user_hidden on Mon May 24, 2010 8:23 am, edited 2 times in total.
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
-
- Posts: 1131
- Joined: Wed Sep 14, 2005 11:31 am
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
From what this says: http://hothardware.com/News/OpenGL-40-A ... re-Parity/Kelsenellenelvian wrote:WE WANT DX11 FOR XP!!!
if OpenGL 4.0 is a hit the world of XP may have a route to Dx11.
KB980848﹕http://support.microsoft.com/kb/980848/
atl90.dll 9.0.30729.4997
mfc90.dll 9.0.30729.4997
mfc90chs.dll 9.0.30729.4997
mfc90cht.dll 9.0.30729.4997
mfc90deu.dll 9.0.30729.4997
mfc90enu.dll 9.0.30729.4997
mfc90esn.dll 9.0.30729.4997
mfc90esp.dll 9.0.30729.4997
mfc90fra.dll 9.0.30729.4997
mfc90ita.dll 9.0.30729.4997
mfc90jpn.dll 9.0.30729.4997
mfc90kor.dll 9.0.30729.4997
mfc90rus.dll 9.0.30729.4997
mfc90u.dll 9.0.30729.4997
mfcm90.dll 9.0.30729.4997
mfcm90u.dll 9.0.30729.4997
msvcm90.dll 9.0.30729.4997
msvcp90.dll 9.0.30729.4997
msvcr90.dll 9.0.30729.4997
vcomp90.dll 9.0.30729.4997
Download﹕http://www.go2upload.com/file/2/863269.html
atl90.dll 9.0.30729.4997
mfc90.dll 9.0.30729.4997
mfc90chs.dll 9.0.30729.4997
mfc90cht.dll 9.0.30729.4997
mfc90deu.dll 9.0.30729.4997
mfc90enu.dll 9.0.30729.4997
mfc90esn.dll 9.0.30729.4997
mfc90esp.dll 9.0.30729.4997
mfc90fra.dll 9.0.30729.4997
mfc90ita.dll 9.0.30729.4997
mfc90jpn.dll 9.0.30729.4997
mfc90kor.dll 9.0.30729.4997
mfc90rus.dll 9.0.30729.4997
mfc90u.dll 9.0.30729.4997
mfcm90.dll 9.0.30729.4997
mfcm90u.dll 9.0.30729.4997
msvcm90.dll 9.0.30729.4997
msvcp90.dll 9.0.30729.4997
msvcr90.dll 9.0.30729.4997
vcomp90.dll 9.0.30729.4997
Download﹕http://www.go2upload.com/file/2/863269.html
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
KB982062﹕http://support.microsoft.com/kb/982062/
atl90.dll 9.0.30729.5026
mfc90.dll 9.0.30729.5026
mfc90chs.dll 9.0.30729.5026
mfc90cht.dll 9.0.30729.5026
mfc90deu.dll 9.0.30729.5026
mfc90enu.dll 9.0.30729.5026
mfc90esn.dll 9.0.30729.5026
mfc90esp.dll 9.0.30729.5026
mfc90fra.dll 9.0.30729.5026
mfc90ita.dll 9.0.30729.5026
mfc90jpn.dll 9.0.30729.5026
mfc90kor.dll 9.0.30729.5026
mfc90rus.dll 9.0.30729.5026
mfc90u.dll 9.0.30729.5026
mfcm90.dll 9.0.30729.5026
mfcm90u.dll 9.0.30729.5026
msvcm90.dll 9.0.30729.5026
msvcp90.dll 9.0.30729.5026
msvcr90.dll 9.0.30729.5026
vcomp90.dll 9.0.30729.5026
asms.7z Download﹕http://www.go2upload.com/file/2/741bc4.html
CRC32: A793DAAA
MD5﹕02EB26354AFFE1A8294E9A11DB265391
SHA-1: C434067D38917B414ED10D63D5BC32773326F7A9
atl90.dll 9.0.30729.5026
mfc90.dll 9.0.30729.5026
mfc90chs.dll 9.0.30729.5026
mfc90cht.dll 9.0.30729.5026
mfc90deu.dll 9.0.30729.5026
mfc90enu.dll 9.0.30729.5026
mfc90esn.dll 9.0.30729.5026
mfc90esp.dll 9.0.30729.5026
mfc90fra.dll 9.0.30729.5026
mfc90ita.dll 9.0.30729.5026
mfc90jpn.dll 9.0.30729.5026
mfc90kor.dll 9.0.30729.5026
mfc90rus.dll 9.0.30729.5026
mfc90u.dll 9.0.30729.5026
mfcm90.dll 9.0.30729.5026
mfcm90u.dll 9.0.30729.5026
msvcm90.dll 9.0.30729.5026
msvcp90.dll 9.0.30729.5026
msvcr90.dll 9.0.30729.5026
vcomp90.dll 9.0.30729.5026
asms.7z Download﹕http://www.go2upload.com/file/2/741bc4.html
CRC32: A793DAAA
MD5﹕02EB26354AFFE1A8294E9A11DB265391
SHA-1: C434067D38917B414ED10D63D5BC32773326F7A9
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact: