win7下安装sdks

原文及更多内容:http://yysource.sourceforge.net/?p=103

下载和安装 Windows 调试工具

http://msdn.microsoft.com/zh-CN/windows/hardware/gg463009

这里有具体的版本可以选择。

在这个页面点进去会发现下载的其实是在线安装器。

如果想要ISO离线安装包的话,需要很麻烦地找来找去,这里提供一些主要的离线ISO包,免去大家的麻烦了:

Windows Driver Kit Version 7.1.0

http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11800

Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO)

http://www.microsoft.com/en-us/download/details.aspx?id=8442

附:Win8上用的工具没找到离线版的。

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

下载时,意外发现3个ISO版本的名称有所改变,x86/x64/Itanium。似乎刚才在7的时候应该下载amd64那个版本。因为我的是64位系统。

分别对应GRMSDK_EN_DVD.iso/GRMSDKX_EN_DVD.iso/GRMSDKIAI_EN_DVD.iso

---------------------------------------分割线----------------------------------------

安装Microsoft Windows SDK 7.1的时候出现了一下错误:
Microsoft Windows SDK for Windows 7 product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

首先说明一下我的安装环境,

系统:Windows 7 SP1

IDE:Visual Studio 2010 SP1(以下简称VS2010SP1)

其次,在安装之前要先下载Windows SDK 7.1的离线版,和KB2519277安装包。还有一点很重要,就是在安装VS2010SP1时还自动安装了 Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 及更高版本,一定要先卸载比 Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 更高的版本(不包括Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 )。

再次,现在终于可以开始安装Windows SDK 7.1了,注意在安装时不要选择安装 VC-Compiler,其它选项默认即可。

然后,安装vs2010 sp1(link

最后,安装我们事先下载好的 VC-Compiler-KB2519277 安装包,到此完成安装。

---------------------------------------分割线----------------------------------------

如果没有安装vs 2010 sp1,按照如下顺序安装

1> 安装vs2010

2> 安装 windows sdk v7.1, 安装之前确保所有vc++ x86/x64 runtime/redistributable 版本不能大于 10.0.30319. 存在则卸载

3> 安装vs2010 sp1

4> 安装VC-Compiler-KB2519277

---------------------------------------分割线----------------------------------------

对于一些步骤的说明:

1. 卸载比 Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 更高的版本的原因:

Windows SDK 7.1不支持Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 以上版本。

2. 安装Windows SDK 7.1时不直接选择安装 VC-Compiler 的原因:

在安装VS2010的SP1补丁时,VC-Compiler就出现了安装问题,没有解决,直接安装VC-Compiler会出错。所以跳过VC-Compiler的安装,待安装完Windows SDK 7.1后再用KB2519277安装包补上。

PS1:

----> c:\program files (x86)\microsoft visual studio 10.0\vc\include\intrin.h(26):fatal error C1083: Cannot open include file: ‘ammintrin.h‘: No such file or directory

Error is caused because file intrin.h have reference to ammintrin.h, and after this update there is no such file. Relevant fragment from intrin.h:

#if defined(_M_IX86) || defined(_M_X64)
#include <immintrin.h>
#include <ammintrin.h>

Searching Google for the answer I found only one link in Russian. Russian developer says, he have reinstalled Visual Studio. Tried to search MS Connect again, and found:Windows Update KB2455033 breaks build with missing ammintrin.h.

The workaround is to install Visual Studio 2010 SP1. Download it form Microsoft Website:Microsoft Visual Studio 2010 Service Pack 1 (Installer).

It does work.

PS2:

----> Unexpected Standard exception from MEX file.
----> opencv\modules\core\src\convert.cpp:265: error: (-215) mv && n > 0
see here for solutions.

--------------------------------------------------------------------------------------------------------------------------------------------------

Microsoft Windows SDK安装常见问题

错误回放一:

A problem occurred while installing selected Windows SDK components.

Installation of the "Microsoft Windows SDK for Windows 7 Compilers for x86" product has reported the following error: 安装时发生严重错误

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.

解决办法:

安装SDK ver7.1时不要勾选Visual C++ compiler,装完后安装KB2519277

错误回放二:
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.

解决办法:

卸载Visual C++ 2010 Redistributable

其它错误解决方法:

如果还不行的话,就一个一个安装,先勾第一个选项,装完,再勾第二个,这样。

或者打开iso目录,把setup文件夹里的各个文件夹里的安装包安装一遍。。。。。

时间: 2024-10-09 10:46:08

win7下安装sdks的相关文章

win7下安装ubuntu双系统的方法及心得体会(ps:要死好几回的节奏)

1.win7下安装ubuntu系统后,可以很好进入ubuntu系统 但是进不去win7,开机有win7选项,但是选择后不管用 方法思路:各种修复win7的mbr 我的问题是:在winpe中发现,根本看不到win7系统的c.D.E盘符,只有u盘的盘符,汗了! 经过不懈的奋斗,最后发现,是主板对系统兼容的问题,需要在BIOS中修改一处: 操作步骤如下: 1. 进入 BIOS 之后,进入「 Config 」页面 2. 再进入「 Serial ATA(SATA) 」页面 3. 将原先的「 AHCI 」改

win7下安装matlab后打开出错&ldquo;error starting desktop&rdquo;的解决办法

在matlab快捷图标上右键,选择"还原以前的版本"--"兼容性"选项卡,在"以兼容模式运行这个程序"前面打勾,并选择"windows vista",在下面的"特权等级"中,勾选"以管理员身份运行此程序".OK,到这里就解决了.[注意]是用"windows vista"系列的兼容模式,不要用XP兼容模式!   参考自:http://zhidao.baidu.com/l

Win7下安装Centos7

win7下安装Centos同一块硬盘时:win启动项没有,使用pe进行修复,之后用easybcd进行centos启动项修复,grub2,自动搜索两块硬盘时:不要动启动项,bios选启动的硬盘即可 linux下挂在window硬盘yum install ntfs-3gvi /etc/fstab /dev/sda1 /mnt/winC ntfs-3g defaults 0 0/dev/sda2 /mnt/winD ntfs-3g defaults 0 0 多媒体安装https://wiki.cent

Win7下安装依赖lxml的python插件

博主python菜鸟,本想在win7下安装一个pyquery玩玩爬虫,折腾了好几天终于搞好了,发现python这坑不是一般的深啊. 有一部分没有截图,请谅解 python版本3.4 1.下载easy_install和pip,这步跳过,python 3.X默认自带 2.尝试用pip pyquery install,出现断开连接错误:这种pip在线下载一般用外国网站,目测被墙了 3.好吧,既然有人墙通常就有镜像,果然看网站 http://topmanopensource.iteye.com/blog

win7下安装配置tomcat,java运行环境

1.下载JDK,安装 官网下载地址:http://java.sun.com/javase/downloads/index.jsp 下载后,安装,选择你想把JDK安装的目录: 比如:JDK安装目录:E:\java 其他博文有说还要装JRE,其实JDK安装好了,就不需要安装JRE了,本身就有了. 2.设置JDK环境变量 右击“计算机”,点击“属性”,点击弹出界面的左部分的“高级系统设置”,选择“高级”选项卡,点击下部的“环境变量” 新建2个变量,编辑1个变量,分别填入以下信息,如图所示: 新建: 变

在win7下安装VC6.0

一.以系统管理员的身份执行VC6.0安装文件 二.在安装或者使用VisualC++6.0时,凡是出现兼容性问题提示对话框,一律按下面方式处理--把"不再显示此消息"打上勾,然后选择"执行程序".不要怕,本人亲自验证过没有不论什么"副作用" 三..在安装VC的时候,选择"custom(自己定义安装)": 接下来就要,注意了--不要选择TOOLS里面的OLE/COMOBJECTVIEWER工具,就能够顺利安装,另外,这个仅仅是个查

win7下安装laravel

一.首先了解下composer 1. composer是管理PHP依赖的工具,允许你声明项目依赖库并在项目中安装这些依赖.其基于项目来管理‘包’或者库,将这些包或库安装在项目中一个文件夹下,不会造成全局影响. 2. composer所解决的问题: a)你的项目依赖于很多库 b)其中一些库又又依赖于另一些库 c)你声明所依赖的库 d)composer来解决哪些包的哪些版本需要安装,并安装(意味着下载到用户的项目中) 3. 声明依赖: 假设你要创建一个新的项目,需要一个库来记录日志并决定使用mono

win7下安装MYSQL报错:&quot;MYSQL 服务无法启动&quot;的3534问题

win7下安装MYSQL,只到"net start mysql"这一步报错:3534的错误: 是直接官网下载的压缩文件.不是安装文件. 解决方法: 1:环境变量PATH添加完成(例如:h:\mysql\\bin 2:在mysql目录下,新建data目录. 3:在mysql目录下 新建新建一个默认配置文件my.ini. 内容: [mysql]# 设置mysql客户端默认字符集default-character-set=utf8 [mysqld]#设置3306端口port = 3306 #

node.js在win7下安装,并测试是否安装成功

1.node.js去官网下载,下载完,像平时安装软件一样 2.把下面的测试文件,放到安装目录下,本文是放到:D:\Program Files\nodejs下 var http = require("http"); http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); response.writ