Microsoft .NET Framework 4.5
Microsoft .NET Framework 4.5
Microsoft .NET Framework 4.5
All downloads and language packs
http://www.microsoft.com/visualstudio/1 ... ads#net-45
Multi-language (offline installer)
http://go.microsoft.com/?linkid=9810135
http://download.microsoft.com/download/ ... 86_x64.exe
Deutsch Language Packs
http://download.microsoft.com/download/ ... _x64de.exe
French Language Packs
http://download.microsoft.com/download/ ... _x64fr.exe
Italian Language Packs
http://download.microsoft.com/download/ ... _x64it.exe
Release Notes
http://msdn.microsoft.com/en-us/library ... .110).aspx
Readme
http://download.microsoft.com/download/ ... me_enu.htm
All downloads and language packs
http://www.microsoft.com/visualstudio/1 ... ads#net-45
Multi-language (offline installer)
http://go.microsoft.com/?linkid=9810135
http://download.microsoft.com/download/ ... 86_x64.exe
Deutsch Language Packs
http://download.microsoft.com/download/ ... _x64de.exe
French Language Packs
http://download.microsoft.com/download/ ... _x64fr.exe
Italian Language Packs
http://download.microsoft.com/download/ ... _x64it.exe
Release Notes
http://msdn.microsoft.com/en-us/library ... .110).aspx
Readme
http://download.microsoft.com/download/ ... me_enu.htm
- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
- mr_smartepants
- Posts: 824
- Joined: Thu May 18, 2006 5:56 am
- Location: Cambridgeshire, UK
which files?tomasz86 wrote:I've already checked it before and it should be possible to port the thing for XP/2003. It's just an updated version of .NET Framework 4.0. Some files will need to have their dependencies fixed though.
Don't have an XP OS on hand to check dependency. Let me see what I can help.
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
Would you guys mind checking vc++ 2012 for XP compatibility?
Might need to install it on Windows 7 to get the files, because the installer fails to install on XP
Might need to install it on Windows 7 to get the files, because the installer fails to install on XP
Code: Select all
[0968:0038][2012-08-19T09:23:12]: Condition 'VersionNT >= v6.1 OR (VersionNT = v6.0 AND ServicePackLevel >= 2)' evaluates to true.
Code: Select all
atl110.dll
mfc110.dll
mfc110chs.dll
mfc110deu.dll
mfc110enu.dll
mfc110esn.dll
mfc110fra.dll
mfc110ita.dll
mfc110jpn.dll
mfc110kor.dll
mfc110rus.dll
mfc110cht.dll
mfc110u.dll
mfcm110.dll
mfcm110u.dll
msvcp110.dll
msvcr110.dll
vcamp110.dll
vccorlib110.dll
vcomp110.dll
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
Thanks. I've just checked them in Win2k.
1) First of all, we can get rid of the useless stuff, i.e.
2) After that we're left with:
3) Of the these:
atl110.dll
- kernel32.dll: FlsAlloc (2K3+), FlsFree (2K3+), FlsGetValue (2K3+), FlsSetValue (2K3+), GetTickCount64 (Vista+), InitOnceExecuteOnce (Vista+), LCMapStringEx (Vista+)
mfc110.dll
- kernel32.dll: ApplicationRecoveryFinished (Vista+), ApplicationRecoveryInProgress (Vista+), GetLocaleInfoEx (Vista+), GetThreadPreferredUILanguages (Vista+), GetTickCount64 (Vista+), InitializeCriticalSectionEx (Vista+), RegisterApplicationRecoveryCallback (Vista+), RegisterApplicationRestart (Vista+)
- user32.dll: ChangeWindowMessageFilter (Vista+)
- shell32.dll: InitNetworkAddressControl (Vista+), SHCreateItemFromParsingName (Vista+), SHGetKnownFolderPath (Vista+)
That's it for now (no time to check the rest). That's a lot of dependency issues. Too many
1) First of all, we can get rid of the useless stuff, i.e.
Code: Select all
mfc110chs.dll
mfc110deu.dll
mfc110enu.dll
mfc110esn.dll
mfc110fra.dll
mfc110ita.dll
mfc110jpn.dll
mfc110kor.dll
mfc110rus.dll
mfc110cht.dll
Code: Select all
atl110.dll
mfc110.dll
mfc110u.dll
mfcm110.dll
mfcm110u.dll
msvcp110.dll
msvcr110.dll
vcamp110.dll
vccorlib110.dll
vcomp110.dll
atl110.dll
- kernel32.dll: FlsAlloc (2K3+), FlsFree (2K3+), FlsGetValue (2K3+), FlsSetValue (2K3+), GetTickCount64 (Vista+), InitOnceExecuteOnce (Vista+), LCMapStringEx (Vista+)
mfc110.dll
- kernel32.dll: ApplicationRecoveryFinished (Vista+), ApplicationRecoveryInProgress (Vista+), GetLocaleInfoEx (Vista+), GetThreadPreferredUILanguages (Vista+), GetTickCount64 (Vista+), InitializeCriticalSectionEx (Vista+), RegisterApplicationRecoveryCallback (Vista+), RegisterApplicationRestart (Vista+)
- user32.dll: ChangeWindowMessageFilter (Vista+)
- shell32.dll: InitNetworkAddressControl (Vista+), SHCreateItemFromParsingName (Vista+), SHGetKnownFolderPath (Vista+)
That's it for now (no time to check the rest). That's a lot of dependency issues. Too many

- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
BlackWingCat has added MS VC++ 2012 dependencies to his kernel extension so now it's possible to run applications compiled in VS2012 under Windows 2000.
http://blog.livedoor.jp/blackwingcat/ar ... 08205.html
http://blog.livedoor.jp/blackwingcat/ar ... 08205.html
Visual Studio 2012 and .NET Framework 4.5 downloads: http://www.microsoft.com/visualstudio/eng/downloads
finals released today for these looking for them
finals released today for these looking for them
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact:
Does anyone know of any possible way to unpack the Visual C++ redistributables under NT 5.x?ChiefZeke wrote:Visual Studio 2012 and .NET Framework 4.5 downloads: http://www.microsoft.com/visualstudio/eng/downloads
finals released today for these looking for them
-
- Posts: 491
- Joined: Tue Aug 09, 2011 12:12 pm
- Location: https://twilczynski.com/windows
- Contact: