Windows2008 R2 Enterprise离线安装IE10和VS2015过程记录
直接下载IE10,进行安装,提示需要联机下载更新:
在网上搜索到一篇文章(http://www.cnblogs.com/nbpowerboy/p/3383992.html),参考
以下载简体中文的Windows Server 2008 R2 SP1(64-bit)的IE10为例,下载后直接进行安装IE10(注意Windows Server 2008 R2 SP1是无法上网的,即是离线状态),等安装即将完成的时候会提示需要联机到互联网上进行IE10的WINDOWS补丁更新,无法上网当然是安装失败,因此如何解决这个问题呢?可以通过事先安装相应的补丁,之后再安装IE10后重启计算机,即可成功离线安装VS 2013了,具体有4个更新补丁,下载地址如下:
发现,第1和4更新包安装不了,不适用系统。还是没办法安装上。
又网上搜索了一轮,找到MS的官方帮助网站(https://support.microsoft.com/en-us/kb/2820688)参考:
Step 1: Make sure that Service Pack 1 or later is installed
To discover which service pack you have installed, or how to install the latest service pack, see Service Pack and Update Centerfor Windows 7. For Windows Server 2008 R2, see Information about Service Pack 1 for Windows 7 and for Windows Server 2008 R2.
See System requirements for Internet Explorer 10 or System requirements for Internet Explorer 11for more information about the minimum operating system requirements.
- Windows 7, 32-bit with SP1 or later versions
- Windows 7, 64-bit with SP1 or later versions
- Windows Server 2008 R2, 32-bit with SP1 or later versions
- Windows Server 2008 R2, 64-bit with SP1 or later versions
Step 2: Make sure that your system meets the minimum operating system requirements
Also make sure that your video card driver is compatible with Internet Explorer 10. You may receive error code 9C57 or 9C59 when you try to install Internet Explorer 10 with an incompatible video card driver. To check whether your video card driver is compatible, or to obtain the latest compatible drivers, see Internet Explorer 10 does not install on some hybrid graphics systems.
Step 3: Make sure that you have prerequisite updates installed
Install prerequisite updates from Windows Update
- Open Windows Update by clicking the Start button. In the search box, type Update, and then, in the list of results, clickWindows Update.
- In the navigation pane (on the left), click Check for updates.
- Click <Number> important updates are available in the Windows Update window to check whether Internet Explorer 10 or 11 is included in the list of available updates. If Internet Explorer 10 or 11 is in the list, clear the check box to exclude it before you install the other updates.
Note If you receive an error message during the Windows Update process, see Fix the problem when Windows Update is not working. - Restart the computer.
If you can’t install the updates through Windows Update, install them manually
For Internet Explorer 10, see prerequisite updates for Internet Explorer 10 for Windows 7 SP1
For Internet Explorer 11, see Prerequisite updates for Internet Explorer 11
Step 4: Make sure that you use the correct installer version
To install Internet Explorer 10, use one of the following links to download the correct Internet Explorer 10 installer for your version of Windows. Don't know which version of Windows your system is running?
Note Also make sure that you select the appropriate installer for the language version of Windows that you're running. If you use the English version of the installer with a non-English version of Windows, the installation process will proceed in English. However, the installed program will match the language version of Windows that you're running.
把系统的提示重要更新,全部安装好,终于可以进行IE10的安装了。
安装完IE10,之后再安装VS2015,那就是双击等待就OK了,^_^
参考:
软件人生: http://www.cnblogs.com/nbpowerboy/p/3383992.html
官方文章: https://support.microsoft.com/en-us/kb/2820688
Windows2008 R2 Enterprise离线安装IE10和VS2015过程记录的更多相关文章
- CentOS 5.5 下安装Countly Web Server过程记录
CentOS 5.5 下安装Countly Web Server过程记录 1. 系统更新与中文语言包安装 2. 基本环境配置: 2.1. NodeJS安装 依赖项安装 yum -y install g ...
- linux-i386(ubuntu)下编译安装gsoap_2.8.17过程记录
过程记录 : 1.下载gsoap_2.8.17.zip 并 解压 : $unzip gsoap_2.8.17.zip 2.进入解压后的目录gsoap-2.8 3.自动配置编译环境: $ ...
- Windows2008 r2 x64下安装FTP工具File Zilla server报错:could not load tls libraries filezilla
安装file zilla server的时候报错: could not load tls libraries filezilla 搜索了下发现是新版本有这个问题,降低到0.9.43就没这个问题了
- SourceTree Win10 安装不成功解决过程记录
简介 SourceTree 是一款拥有可视化界面的项目版本控制软件,适用于git项目管理,同时它集成了 git flow 工作流程,对于不熟悉 git 命令的初学者来说,可以通过 SourceTree ...
- centos安装python3.7.0过程记录
参考自这里,整理出以下步骤. 一.下载python3.7.0包地址:https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz 二.安装 登陆Li ...
- 蓝鲸智云安装proxy和p-agent过程记录
1.agent_setup_pro.sh: no such file or directory 2.参考:https://bk.tencent.com/s-mart/community/questio ...
- 安装SQL Server 2008 R2 Enterprise错误:'' is not a valid login or you do not have permission
今天安装SQL Server时遇到一个恶心的Bug. ------------------------------------------------------------------------- ...
- 离线安装VS 2013开发工具的方法!
目前微软已正式发布了VS 2013的开发工具,但安装VS 2013开发工具前必须安装或升级到IE10,否则无法进行安装.本文主要介绍在Windows Server 2008 R2 SP1下离线安装IE ...
- Windows开发环境搭建(安装 VS2010, VS2013, VS2015 Community, Windows Server 2008 R2)
1. 安装VS2010 1.1 安装步骤 1. 注意安装的时候,选择自定义安装,将不需要的VB.net去掉. 2. 看一下C++下的x64选项是否选择了,如果没选,将其选上. 3. 一定要将 Micr ...
随机推荐
- matlab 车牌分割的算法
function Touying(g) f=rgb2gray(g); % [m n]=size(f); [row col]=size(f); % T=graythresh(f) % T=T*255 % ...
- 动态linq to list排序
public class QeurySort { public static IList<T> Sort<T>(IList<T> list,string sidx, ...
- 在IT行业换一个领域
开发做了不到两个月,就不做了.原因是自己不喜欢开发,感觉开发的东西很麻烦.也许说到麻烦,很多人都要教训我了,干什么不麻烦.我也不想反驳什么,因为失败的次数太多了,反驳也无力. 从放弃开发开始到现在,抑 ...
- [JavaScript]JS由来
JavaScript最早由Netscape公司开发 JavaScript的发展历程 我们知道Windows桌面程序是可以交互的,用户可以点击菜单.按钮.下拉列表等控件,并通过消息机制来响应用户操作. ...
- 移动web开发,12个触摸及多点触摸事件常用Js插件
如今移动互联网已经占据了主流地位,越来越多的开发者开始从桌面转向移动平台.与桌面开发不同的是,在移动领域中,不同的操作系统.大量不同屏幕尺寸的移动设备.触摸手势操作等,这都给开发者带来了一定的难度和挑 ...
- things to analysis
Started by timer [EnvInject] - Loading node environment variables. Building remotely on RE_DEV_BUILD ...
- Android高手速成
第一部分 个性化控件(View) http://www.cnblogs.com/huwei0814/p/3796659.html 第二部分 工具库 http://www.cnblogs.c ...
- SQL Server 维护计划实现数据库备份(Step by Step)(转)
SQL Server 维护计划实现数据库备份(Step by Step) 一.前言 SQL Server 备份和还原全攻略,里面包括了通过SSMS操作还原各种备份文件的图形指导,SQL Server ...
- translate和replace的区别
今天在oracle数据库中看到replace和translate的嵌套就有点蒙了,于是就上网看了一下,感觉豁然开朗: 今天遇到的问题如下: replace(TRANSLATE(a.deal_msg,' ...
- Thunderbird扩展
FromToGMAP 1.4 Mail Redirect 0.7.8 MinisizeToTray revived 1.1.2 Nightly Tester Tools 3.7 Thunderbrid ...
