繁体   English   中英

在Windows 7上安装Visual Studio 2013

[英]Install Visual Studio 2013 on Windows 7

我想在Windows 7 64位上安装Visual Studio 2013。

由于某种原因,安装程序会显示“安装程序已阻止”,并显示错误消息“此版本的Visual Studio需要一台具有更新版本Windows的计算机”。

安装Visual Studio 2013时出错

此错误并不完全说明问题所在。 我至少可以做的就是验证是否已安装以下组件:

  1. Windows 7 Professional(64位),带有Service Pack 1
  2. Internet Explorer 10
    • 版本:10.0.9200.16750
    • 更新版本:10.0.12(KB2898785)
  3. 2013年12月11日可安装的所有Windows更新。

使用/log winexp.log参数执行安装程序,并获得以下内容: winexp.log

关于还有什么其他问题的任何想法?

谢谢。

编辑:通过查看此问题,存在一个允许在Windows 7上安装Windows Phone的SDK的漏洞-​​有人知道VS 2013的类似解决方案吗?

最低要求取决于您尝试安装的Express版本:

Express for Web (Web sites and HTML5 applications) - Windows 7 SP1 (With IE 10)
Express for Windows (Windows 8 Apps) - Windows 8.1
Express for Windows Desktop (Windows Programs) - Windows 7 SP1 (With IE 10)
Express for Windows Phone (Windows Phone Apps) - Windows 8

听起来您好像要安装“ Express 2013 for Windows”版本,该版本用于开发Windows 8“ Modern UI”应用程序或Windows Phone版本。

在类似命名的版本 Windows 7 SP1兼容是“快递2013年Windows桌面”

资源

Windows的Visual Studio Express需要Windows 8.1。 查看需求页面后,您可能想要尝试能够在Windows 7下运行的Web或Windows桌面版本。

Visual Studio 2013系统要求

支持的操作系统

  • Windows 8.1(x86和x64)
  • Windows 8(x86和x64)
  • Windows 7 SP1(x86和x64)
  • Windows Server 2012 R2(x64)
  • Windows Server 2012(x64)
  • Windows Server 2008 R2 SP1(x64)

硬件要求

  • 1.6 GHz或更快的处理器
  • 1 GB RAM(如果在虚拟机上运行,​​则为1.5 GB)
  • 20 GB的可用硬盘空间
  • 5400 RPM硬盘驱动器
  • 支持DirectX 9的视频卡,以1024 x 768或更高的显示分辨率运行

笔记本电脑的其他要求

  • Internet Explorer 10
  • 需要KB2883200(可通过Windows Update获得)

并且不要忘记在更新Windows后重启

假IE10安装Visual Studio 2013

Visual Studio 2013需要Internet Explorer10。如果尝试在Windows 7和IE8上安装它,则会出现以下错误。此版本的Visual Studio需要Internet Explorer 10。 VS 2013安装程序检查的值是在32位Windows上的HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer密钥中的svcVersion和在64位Windows上的HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer 任何大于等于10.0.0.0的值都会使安装程序满意。

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer]
"svcVersion"="10.0.0.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer]
"svcVersion"="10.0.0.0"

您的日志文件显示它由于错误“ 0x8004C000”而停止

从MS网站( http://social.technet.microsoft.com/wiki/contents/articles/15716.visual-studio-2012-and-the-error-code-2147205120.aspx ):

设定状态

不需要重启
0x80044000 [-2147205120]

需要重启
0x8004C000 [-2147172352]

描述
如果要报告的唯一块是“重新启动挂起”,则返回的值是“未完成重新启动所需”值(0x80048bc7)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM