Copilot is your AI companion
Always by your side, ready to support you whenever and wherever you need it.
The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows.
Important! Selecting a language below will dynamically change the complete page content to that language.
-
File Name:
GRMSDK_EN_DVD.iso
GRMSDKX_EN_DVD.iso
GRMSDKIAI_EN_DVD.iso
File Size:
567.3 MB
570.9 MB
569.4 MB
The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows. You can use the Windows SDK to write applications using the native (Win32/COM) or managed (.NET Framework) programming model.
Please see the Release Notes for the full list of supported platforms, compilers, and Visual Studio versions and any late breaking issues. For detailed information about the content in this SDK, including a description of new content, please see the Welcome to the Windows SDK section in the documentation.
-
Supported Operating Systems
Windows 7, Windows Server 2003 R2 (32-Bit x86), Windows Server 2003 R2 x64 editions, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP Service Pack 3
- Platform architecture: Install this SDK on and/or create applications for platform chipsets X86, X64, and Itanium.
- .NET Framework: Create applications that target .NET Framework versions 2.0, 3.0, 3.5, 4.
- Visual Studio: Use the resources in this SDK with Visual Studio versions 2005, 2008, and 2010, including Express editions (Not all features work with all versions of Visual Studio. For example, you cannot use the .NET 4 tools with Visual Studio 2008.)
-
The Windows SDK is available as a DVD ISO image file so that you can burn your own DVD. If you do not need to burn a DVD the SDK is also available via a Web Setup that enables you to selectively download and install individual SDK components. To verify that you are downloading the correct ISO file, please refer to the table below to select the ISO file to download based upon your CPU architecture. Additionally, you can use the CRC and SHA1 to validate that the ISO file download was successful.
================================================
x86 ISO File Name: GRMSDK_EN_DVD.iso
CRC#: 0xBD8F1237
SHA1: 0xCDE254E83677C34C8FD509D6B733C32002FE3572
================================================
x64 ISO File Name: GRMSDKX_EN_DVD.iso
CRC#: 0x04F59E55
SHA1: 0x9203529F5F70D556A60C37F118A95214E6D10B5A
================================================
Itanium ISO File Name: GRMSDKIAI_EN_DVD.iso
CRC#: 0x50EFE61D
SHA1: 0x2093EE439193EF79A1629FD9A826CE8D4DE9A93D
================================================
- About
- Blog
- Projects
- Help
-
Donate
Donate icon
An illustration of a heart shape - Contact
- Jobs
- Volunteer
- People
Item Preview
There Is No Preview Available For This Item
This item does not appear to have any files that can be experienced on Archive.org.
Please download files in this item to interact with them on your computer.
Show all files
software
Microsoft Windows SDK for Windows 7 and .NET Framework 4
- by
- Microsoft
Windows SDK for Windows 7 and .NET Framework (V 7.1). I have also tested on Windows XP and can confirm that the installation is succsessful.
- Addeddate
- 2024-01-04 05:43:10
- Identifier
- microsoft-windows-sdk-for-windows-7-and-.net-framework-4
- Scanner
- Internet Archive HTML5 Uploader 1.7.0
- Version
- 7.1
comment
Reviews
(1)
There is 1 review for this item. .
310
Views
3
Favorites
1
Review
DOWNLOAD OPTIONS
Uploaded by
Ryan Jackson768
on
SIMILAR ITEMS (based on metadata)
I spent days (not full time, eh ^^) figuring out how to do this one. So here are pointers for installing Visual C++ 2010 Express (just pointers because I didn’t keep it in the end – so basically I’ll just give you the offline installer), and the most detailed Windows SDK installation troubleshooting guide I can think of, after trying every posted solution and ending up finding out a new (yet simple) one.
NB: all this was done on Windows 7 x64 Enterprise.
Getting the offline installers
For Visual C++ 2010 Express, you can’t get an offline installer without downloading the full Visual Studio 2010 Express ISO. So, well just go there and pick All – Offline Install ISO image file. You can then just mount the ISO (using a tool such as Daemon Tools), or extract it (for instance 7-Zip can do it) into some directory, then browse to the VCExpress folder and run the setup there. To save disk space, you can just keep the C++ folder (VCExpress) and discard the rest (around 380 MiB if compressed using 7-Zip vs 693 MiB for the full ISO).
For the Windows SDK, the offline installer can be found there (Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO)). Also, note that the “web” installer is (as of today) no more up-to-date than the offline one. Note that you have to choose between 3 ISOs: GRMSDK_EN_DVD.iso is for x86, GRMSDKX_EN_DVD.iso is for x64, and GRMSDKIAI_EN_DVD.iso is for Itanium. Then, same story as for Visual Studio: either mount the ISO or extract it somewhere.
Solving the most useless error message I’ve ever seen
NB: if you’re in a hurry, just skip until the “Summary of possible solutions for this Windows SDK installation problem” section.
When installing the Windows SDK, I got stuck by the following error message:
A problem occurred while installing selected Windows SDK components.
Installation of the “Microsoft Windows SDK for Windows 7” product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
As you can see, there is no real error message there, plus the file referred to by the message is nowhere to be found. At first I tried searching online for solutions, here is what I found (NB: none of those worked for me, but maybe they will for you, as the error message is likely a generic error which can be triggered by quite a few very different causes):
- On CTRL+F5, they suggest to run regedit then change the ownership of key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components
(and its subkeys) from SYSTEM to the Administrators group (see the link if you need more details on how to do this). - On that same site, they say that if the previous method doesn’t work, you can also make sure that your TEMP and TMP environment variables all point to the same folder (so in my case, and probably yours too, it means deleting your user-specific TEMP and TMP variables). Once again, check out the above-mentioned link if you need more details on how to perform this.
Those fixes didn’t work for me, and I realized I could check the installation log. Which indicated what component was screwing everything up:
10:16:59 06 April 2011: F:\PROGRAMMING\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 5100
10:17:15 06 April 2011: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft Windows SDK for Windows 7 (failed): Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: at SDKSetup.Product.ConfigureRelatedSfx() at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)
So… vcredist_x64.exe is the culprit then. (Note that if your installation log doesn’t indicate the same error, then probably you can stop reading now as my fix will most likely not work in your case). As previously, I first tried to search online for solutions. The only thing I found was this, basically saying “make sure the Windows Modules Installer service is up and running”. Mine was already.
Finally, I thought why not try to install that vcredist_x64.exe myself, stand-alone. Vcredist_x64.exe is the name taken by basically every Microsoft Visual C++ Redistributable Package (x64): any version of it. So I first tried the latest one, Visual C++ 2010 SP1 Redistributable Package (x64), which offered me to either repair or remove. I picked repair. I tried installing the Windows SDK again, still no success. I thought maybe the vcredist aren’t cumulative, so tried to install the previous version, Visual C++ 2010 Redistributable Package (x64)… and it failed, saying that I already had a more recent version (which was true since I had SP1). But that error message puzzled me, as it really didn’t look graceful: it felt more like a real failure rather than a “you already have a better version, no need to add this one so all done”. And so I decided to uninstall my Visual C++ 2010 SP1 (I just reran the installer previously mentioned and this time picked remove instead of repair). Note that to be able to uninstall VC++ 2010 SP1 I had to kill parts of my Catalyst drivers (the AMD Fuel service as well as CCC.exe (Catalyst Control Center:Host application) in the task manager).
With the Visual C++ 2010 SP1 Redistributable Package removed, I ran the Windows SDK installer again and it worked fine. It installed the Visual C++ 2010 Redistributable Package, which I updated then with its SP1. All working good now, hurray! 🙂
Note that the Windows SDK installs both the x86 and x64 versions of Visual C++ 2010 Redistributable. I didn’t have the x86 version already installed, but if you do my best guess is that you’ll need to remove it too.
Summary of possible solutions for this Windows SDK installation problem
- Uninstall Visual C++ 2010 SP1 Redistributable Package (as of today this is totally mandatory to be able to install the Windows SDK) (both x64 and x86 if applicable)
- Make sure the Windows Modules Installer service is up and running
- Change ownership of
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components
to the Administrators group (not sure if it’s really needed) - Make sure that all your TEMP and TMP environment variables (global and user) all point to the same folder (once again, not sure if it’s really needed… but it’s always good to have all temporary folders at the same place: easier to clean ;))
Установка Windows SDK for Windows 7
Бесплатный инструментарий Windows SDK for Windows 7 and .NET Framework 4
предоставляет компиляторы и отладочные средства от Microsoft для использования со сборкой библиотеки Qt 5
для Visual Studio 2010. Данная статья призвана оказать помощь в его установке.
Рассмотрим порядок действий.
1. Скачиваем Microsoft .NET Framework 4
по ссылке,
онлайн установщик
dotNetFx40_Full_setup.exe
устанавливаем в папку по умолчанию
C:\Program Files\Microsoft.NET
Для установки оффлайн можно по ссылке
скачать автономный установщик dotNetFx40_Full_x86_x64.exe (48 MB).
2. Скачиваем Windows SDK for Windows 7 and .NET Framework 4
по ссылке,
онлайн установщик
winsdk_web.exe
устанавливаем в папку по умолчанию
C:\Program Files\Microsoft SDKs
В процессе установки может выскочить ошибка
Installation of the «Microsoft
Windows SDK for Windows 7» product has reported the following
error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document
for further information.
Для устранения можно воспользоваться советом с
ресурса
– удалить ранее установленный Microsoft Visual C++ 2010 Redistributable,
должно помочь.
Для установки оффлайн можно скачать файлы образов ISO по
ссылке. Из загруженных следует выбрать образ
GRMSDK_EN_DVD.iso и смонтировать его с помощью какой-либо программы-эмулятора CD/DVD-дисков.
В результате установки будет создана группа ярлыков Microsoft Windows SDK v7.1
и в ней ярлык Windows SDK 7.1 Command Propt, обладающий свойствами
Объект: | C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K «C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd» |
Рабочая папка: | «C:\Program Files\Microsoft SDKs\Windows\v7.1\» |
Это ярлык запускает командную строку Windows с оптимизированной для MSVC 2010 средой. Однако,
в 64-битной ОС среда будет сконфигурирована с опцией x64, в то время как библиотека
Qt 5 – 32-битная. Чтобы исправить данное обстоятельство, необходимо в инициализирующей строке ярлыка
добавить соответствующую опцию, а именно
C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K «C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd» /x86
На этом установка завершена.
Avg. Rating 4.4 (13 votes)
File Details |
|
File Size | 554.0 MB |
---|---|
License | Freeware |
Operating System | Windows 7/Server 2003/Server 2008/Vista/XP |
Date Added | May 19, 2010 |
Total Downloads | 4,656 |
Publisher | Microsoft Corp. |
Homepage | Microsoft Windows 7 SDK |
Publisher’s Description
Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA provides the documentation, samples, header files, libraries, and tools (including C++ compilers) that you need to develop applications to run on Windows 7 BETA and the .NET Framework 3.5 SP1. To build and run .NET Framework applications, you must have the corresponding version of the .NET Framework installed. This SDK is compatible with Visual Studio ® 2008, including Visual Studio Express Editions, which are available free of charge.
Latest Reviews
Cris3
reviewed vRelease Candidate
on May 5, 2009
I used Windows 7 to replace an old abused and corrupted Win XP on a 5 yr old eMachine and it is like a breath of fresh air.
Avg. Rating 4.4 (13 votes)
Your Rating
Pros: 555
Cons: 555
Bottom Line: 555
Cris3
reviewed vRelease Candidate
on May 5, 2009
I used Windows 7 to replace an old abused and corrupted Win XP on a 5 yr old eMachine and it is like a breath of fresh air.