none
重装vs2015 with update3一直失败 RRS feed

  • 问题

  • 我的笔记本电脑win10操作系统,第一次安装了vs2015和vs2012都是成功的,后来因为使用了一个卸载软件误操作将注册表里面的东西给删了,导致卸载重装,重装vs2015一直报下面故障:

    visual studio enterprise 2015安装失败!

    安装无法继续,因为某些必须的组件失败。

    team explore for microsoft visual studio 2015 update 3 ctp1安装时发生严重错误
    azure ad aithentication connected service打包失败
    microsoft azure mobile service connected service打包失败
    microsoft azure storage connected service打包失败
    microsoft.visualstudio.office365打包失败

    我是从控制面板里面卸载安装的,将安装上的组件都给卸载了,然后还清理了package cach文件,以及用户文件夹下的与vs2015有关的文件夹,但始终还是这个结果,折腾了很多天了找不到原因,特来求助!

    安装失败界面截图:https://1drv.ms/f/s!AtPGzImOuTEdgwmwkp_Ceh0YWXIb

    vslogs日志收集文件共享网址:https://1drv.ms/u/s!AtPGzImOuTEdmFqWeQckKWV786iw


    2016年11月13日 15:51

答案

  • >>ExecuteError: Package (AuthenticationConnectedServices_VS) failed: Error Message Id: 1721 ErrorMessage: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.

    [26AC:18A4][2016-11-14T10:40:56]e000: Error 0x80070643: Failed to install MSI package.

    根据你log的报错,你需要首先安装一个不带更新的visual studio enterprise 2015.

    请按照下面的步骤:

    1. 从控制面板中卸载visual studio
      • 同时也要卸载2015 C++ runtimes and Entity Framework 2015 libraries
    2. 如果系统提示您的话就重启机器
    3. 重命名或删除下列文件夹-
      • C:\Program Files (x86)\Microsoft Visual Studio 14.0
      • C:\Program Files\Microsoft Visual Studio 14.0
      • C:\users\user\Documents\Visual       Studio 2015
      • C:\users\user\AppData\Roaming\Microsoft\VisualStudio\14.0
      • C:\users\user\AppData\Local\Microsoft\VisualStudio\14.0
      • C:\users\user\AppData\Local\Microsoft\VSCommon\14.0
    4. 到注册表编辑器 (开始 > > 运行 > > regedit) 和删除/重命名以下(你可以先手动备份以下注册表)
      • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0
      • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0
      • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0
      • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0_Config
    5. 关闭visual studio
    6. 下载Visual Studio 2015 Enterprise RTM 不带更新
    7. 用列如 WinRar 解压缩工具提取.iso 文件
    8. 开始安装vs之前清理 %temp% 文件

    安装visual studio enterprise 2015之后, 可以下载visual studio update 3 来得到最新版本的VS

    你可以从这个链接得到visual studio enterprise 2015https://www.microsoft.com/zh-CN/download/details.aspx?id=48143

    如果问题还存在的话,请上传最新的日志。


    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    2016年11月14日 9:22

全部回复

  • >>ExecuteError: Package (AuthenticationConnectedServices_VS) failed: Error Message Id: 1721 ErrorMessage: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.

    [26AC:18A4][2016-11-14T10:40:56]e000: Error 0x80070643: Failed to install MSI package.

    根据你log的报错,你需要首先安装一个不带更新的visual studio enterprise 2015.

    请按照下面的步骤:

    1. 从控制面板中卸载visual studio
      • 同时也要卸载2015 C++ runtimes and Entity Framework 2015 libraries
    2. 如果系统提示您的话就重启机器
    3. 重命名或删除下列文件夹-
      • C:\Program Files (x86)\Microsoft Visual Studio 14.0
      • C:\Program Files\Microsoft Visual Studio 14.0
      • C:\users\user\Documents\Visual       Studio 2015
      • C:\users\user\AppData\Roaming\Microsoft\VisualStudio\14.0
      • C:\users\user\AppData\Local\Microsoft\VisualStudio\14.0
      • C:\users\user\AppData\Local\Microsoft\VSCommon\14.0
    4. 到注册表编辑器 (开始 > > 运行 > > regedit) 和删除/重命名以下(你可以先手动备份以下注册表)
      • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0
      • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0
      • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0
      • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0_Config
    5. 关闭visual studio
    6. 下载Visual Studio 2015 Enterprise RTM 不带更新
    7. 用列如 WinRar 解压缩工具提取.iso 文件
    8. 开始安装vs之前清理 %temp% 文件

    安装visual studio enterprise 2015之后, 可以下载visual studio update 3 来得到最新版本的VS

    你可以从这个链接得到visual studio enterprise 2015https://www.microsoft.com/zh-CN/download/details.aspx?id=48143

    如果问题还存在的话,请上传最新的日志。


    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    2016年11月14日 9:22
  • 非常感谢你的帮助,已经解决问题了!
    2016年11月15日 11:00
  • 非常开心听到你的问题已经被解决了,如果你能标记这个回复为答案的话,那它会提供帮助给和你有类似问题的人。

    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    2016年11月16日 1:16