VS2015安装失败KB3022398 [英] VS2015 Setup Failed KB3022398

查看:2131
本文介绍了VS2015安装失败KB3022398的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用VS2013 for SSDT进行BI开发。我现在正在尝试升级到VS2015并继续遇到同样的设置失败。




  • KB3022398:系统找不到指定的文件。

    Microsoft Visual Studio Enterprise 2015:一个或多个参数不正确。

    KB3022398LP:用户取消安装。



查看日志文件,这似乎是错误:



"


[20B8:1EBC] [2017-02-08T15:17:01] i304:已验证现有有效负载:路径为kb3022398_enu:C:\ SQL 2016 files \packages\kb3022398 \kb3022398-enu.msp。

[20B8:1EBC] [2017-02-08T15:17:01] i338:获取包裹:kb3022398_enu,有效载荷:kb3022398_enu,复制自:C:\ SQL 2016 files\packages\kb3022398 \kb3022398-enu.msp

[20E4:20E0] [2017-02-08T15:17:04] e000:错误0x80070002:无法安装MSP包。

[20E4:20E0] [2017-02-08T15:17:04] e000:错误0x80070002:无法执行MSP包ge。

[20B8:19FC] [2017-02-08T15:17:04] e000:错误0x80070002:无法配置每台机器的MSP包。"



为什么会这样?如何快速解决,因为我已经失去了整整一天试图解决此安装问题?



谢谢。

解决方案

嗨ScottKaysee,


感谢您在MSDN论坛上发帖。


>>我目前正在使用VS2013 for SSDT进行BI开发。我现在正在尝试升级到VS2015


VS 2013和VS 2015是两个独立的产品,这意味着VS 2013无法升级到VS 2015年,您需要另外安装它。


请查看类似问题的博客:


https://blogs.msdn.microsoft.com/heaths/2015/12 / 17 /从vs2015-rtm-to-vs2015-to-update-1 / 升级后的失败


描述


<问题是,VS2015安装的其中一个软件包已升级(Windows Installer主要升级MSI),但也已修补(MSP)。安装程序确定该修补程序适用并且还安排了要升级的MSI,这是首先发生的。当安装
MSP时,其目标产品不再安装(不同的ProductCode和ProductVersion)并且错误。


此外,错误代码"0x80070002" ;通常意味着无法找到文件或文件夹,因为您没有提到安装VS(Web安装程序或ISO)的方式,因此我们需要修复VS损坏的软件包。


这里有我的建议:


1.尝试使用
Visual Studio卸载程序
 
到 完全卸载visual studio(请运行几次)

2.下载一个  VS 2015使用Update 3 ISO来自
https://www.visualstudio .com / downloads /


3.使用
FCIV.exe
工具
来检查ISO的SHA1值,


与以下官方哈希值进行比较:

https://www.visualstudio.com/en -us / productinfo / vs2015-sha-vs

4.确认ISO正常后,使用它重新安装VS.


在安装之前和安装过程中,请记得禁用AV软件和防火墙,清除%Temp%文件夹,安装所有Windows更新。


如果问题仍然存在,请随时告诉我。


最诚挚的问候,


I'm currently using VS2013 for SSDT for BI develpoment. I am now trying to upgrade to VS2015 and keep running into this same setup failure.

  • KB3022398 : The system cannot find the file specified.
    Microsoft Visual Studio Enterprise 2015 : One or more arguments are not correct.
    KB3022398LP : User cancelled installation.

Looking at the log file, this seems to be the error:

"

[20B8:1EBC][2017-02-08T15:17:01]i304: Verified existing payload: kb3022398_enu at path: C:\SQL 2016 files\packages\kb3022398\kb3022398-enu.msp.
[20B8:1EBC][2017-02-08T15:17:01]i338: Acquiring package: kb3022398_enu, payload: kb3022398_enu, copy from: C:\SQL 2016 files\packages\kb3022398\kb3022398-enu.msp
[20E4:20E0][2017-02-08T15:17:04]e000: Error 0x80070002: Failed to install MSP package.
[20E4:20E0][2017-02-08T15:17:04]e000: Error 0x80070002: Failed to execute MSP package.
[20B8:19FC][2017-02-08T15:17:04]e000: Error 0x80070002: Failed to configure per-machine MSP package."

Why is this happening? And how can it be quickly resolved, as I have already lost a full day trying to resolve this installation?

Thanks.

解决方案

Hi ScottKaysee,

Thank you for posting in MSDN forum.

>>I'm currently using VS2013 for SSDT for BI develpoment. I am now trying to upgrade to VS2015

The VS 2013 and VS 2015 are two separate products, which means that VS 2013 couldn't be upgrade to VS 2015, you need to install it additionally.

Please check a similar issue blog:

https://blogs.msdn.microsoft.com/heaths/2015/12/17/failure-when-upgrading-from-vs2015-rtm-to-vs2015-with-update-1/

Description

The problem is that one of the packages installed with VS2015 is upgraded (Windows Installer major upgrade MSI) but also patched (MSP). Setup determined that the patch applies and also scheduled the MSI to be upgraded, which occured first. By the time the MSP was to be installed, its target product was no longer installed (different ProductCode and ProductVersion) and erred.

Further more, The error code "0x80070002" often means the file or folder cannot found, since you didn't mention the way you installed VS (Web installer or ISO), so we need to repair your VS corrupted packages.

Here are my suggestions:

1.Try with the Visual Studio Uninstaller  to  uninstall visual studio completely (please run it a couple times)
2. Download a  VS 2015 With Update 3 ISO from https://www.visualstudio.com/downloads/
3. Use the FCIV.exe tool to check the SHA1 value of the ISO,

compare with official hash value from:
https://www.visualstudio.com/en-us/productinfo/vs2015-sha-vs
4. After making sure the ISO is ok, use it to re-install VS.

Before and during the installation, please remember to disable AV-software and firewall, clean %Temp% folder, install all the Windows update.

If any problem persists, please feel free to tell me.

Best Regards,


这篇关于VS2015安装失败KB3022398的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆