VS详细安装步骤

时间:2024-04-16 12:09:46

IOS:苹果公司开发的移动操作系统 ,全称:iPhone Operating System;
  iso:符合ISO 9660标准的光盘镜像文件格式,文件扩展名通常为iso;

2、下载完成后将镜像文件解压,解压后双击打开vs_enterprise安装VS2015中文企业版。

 

3、打开后启动页面:

 

 

4、安装类型选择“自定义”,更改安装目录后单击“下一步”选择安装功能

 

 

   

单击“下一步”选择“安装”。

 

 

5、安装功能组件的页面:

 

 

 

Win7或win8安装时可能会出现安装包丢失或损坏的情况:

 

Win7或Win8上上安装VS2015报“安装包丢失或损坏”问题的解决办法:

原因:microsoft root certificate authority 2010、microsoft root certificate authority 2011证书未安装,导致文件校验未通过,下载并安装这两个证书即可。

下载地址:

https://files.cnblogs.com/files/wanghongyun/VS2015%E5%AE%89%E8%A3%85%E9%9C%80%E8%A6%81%E7%9A%84%E8%AF%81%E4%B9%A6.zip

解压出里面两个注册文件【受信任的根证书颁发机构】。右键文件选择安装证书,弹出对话框点击下一步,选择将所有证书放入下列存储,选择【受信任的根证书颁发机构】点击确定下一步直至安装完成,win+ r ,输入 certmgr.msc,在受信任的根证书颁发机构里刷新 ,看是否有"Microsoft Root Certificate Authority 2010" "Microsoft Root Certificate Authority 2011". ,有的话就在vs2015安装下点击重试就可以了

在安装过程中,会陆陆续续提醒这些安装程序找不到,SqlDom_amd64 - TSqlLanguageService - CT/AzureMobileServicesSdkV2.0
- Win10_UniversalCRTSDK - Headers Libraries and sources - WcfDataServices - Win81_SDK - SQLSysClrTypes - SQLSysClrTypes_amd64 - SharedManagementObjects_x86 - SharedManagementObjects_amd64。

 

以下是解决方法:

  1. Open certification manager (Win+R -> certmgr.msc)
  2. Go to "Trusted Root Certification Authorities" -> "Certificates"
  3. Check for:
    • "Microsoft Root Certificate Authority"
    • "Microsoft Root Certificate Authority 2010"
    • "Microsoft Root Certificate Authority 2011".
    • You most likely don\'t have all of them from some reason.

 

On other PC that is connected to the internet and receiving Microsoft updates:

  1. Check again for these certificates, you most likely see them.
  2. Export them to SST file.
  3. Import the SST file (that contain the 3 certificates) in the first PC.

Install again, now it will work :-)

I believe that this will also fix some Visual Studio 2013 SDKDDKVer.h and related errors.

win+ r ,输入 certmgr.msc,在受信任的根证书颁发机构里面看是不是少这么几项

 

"Microsoft Root Certificate Authority" "Microsoft Root Certificate Authority 2010" "Microsoft Root Certificate Authority 2011". 



如果没有,从有的机器上导出来,导成.export文件,即SST格式。
拷贝到要安装VS2015的机器上,win+ r ,输入 certmgr.msc,在受信任的根证书颁发机构里导入这个文件,就好了。


导入的方法为,选中“证书”---右键“所有任务”---“导入”,后面的就不说了