Visual Studio 2015专业版在安装过程中出现错误... [英] Visual Studio 2015 Professional Get Errors During Installation ...

查看:266
本文介绍了Visual Studio 2015专业版在安装过程中出现错误...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经尝试了ISO和Web安装:仍然显示相同的错误.  所有帮助都无法解决我的情况.  下面是一个示例:

[11F4:1194] [2016-01-21T08:29:49] i000:MUX:  ExecuteError:程序包(nugetvs)失败:错误消息ID:1722错误消息:此Windows Installer程序包存在问题.作为安装程序一部分运行的程序未按预期完成.与您的联系 支持人员或包装供应商.  
[02CC:0B48] [2016-01-21T08:29:50] e000:错误0x80070643:安装MSI软件包失败.
[02CC:0B48] [2016-01-21T08:29:50] e000:错误0x80070643:执行MSI软件包失败.
[11F4:1194] [2016-01-21T08:29:50] e000:错误0x80070643:无法配置每台计算机的MSI软件包.
[11F4:1194] [2016-01-21T08:29:50] i000:MUX:包的安装大小(以字节为单位):nugetvs MaxAppDrive:0&maxb MaxSysDrive:5626222  AppDrive:0  SysDrive:233282
[11F4:1194] [2016-01-21T08:29:50] i000:MUX:返回码:0x80070643 Msi消息:此Windows Installer软件包存在问题.作为安装程序一部分运行的程序未按预期完成.请与您的支持人员或包装供应商联系.   结果详细信息:0重新启动:无
[11F4:1194] [2016-01-21T08:29:50] i000:MUX:设置结果:返回码= -2147023293(0x80070643),错误消息=此Windows Installer软件包存在问题.作为安装程序一部分运行的程序未按预期完成.与您的支持人员联系 或包装供应商.   ;,结果详细信息=,Vital = False,软件包Action = Install,软件包Id = nugetvs

解决方案

谢谢,

由于您同时尝试了ISO和Web安装程序,因此在尝试iso时,是否使用FCIV实用程序检查哈希代码以进行确保iso没问题.

您可以参考:

FCV.exe 验证ISO的哈希值.任何差异都表明该文件已损坏.这是 博客 f 或如何使用,您可以参考它.

VS 2015 iso文件SHA-1值链接:

问题的原因是由于可再发行的安装程序搞砸了. >

,它混合了64位和32位dll.您可以通过查看vcruntime140.dll文件大小来检查是否有此问题.在Windows文件夹中搜索"vcruntime140";您应该看到4个文件(两个版本中均为64位和32位) &调试版本).如果文件大小相同,则需要对可再发行文件进行修复.

请参阅:

http://stackoverflow.com/questions/33855177/multiple-errors-installing-visual-studio-2015-community-edition/34008086

请使用  请将该文件上传到 最好的问候,


I have tried both the ISO and the Web installs: The same errors keep showing up.  None of the help has solved my situation.  Here is an example:

[11F4:1194][2016-01-21T08:29:49]i000: MUX:  ExecuteError: Package (nugetvs) failed: Error Message Id: 1722 ErrorMessage: There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.  
[02CC:0B48][2016-01-21T08:29:50]e000: Error 0x80070643: Failed to install MSI package.
[02CC:0B48][2016-01-21T08:29:50]e000: Error 0x80070643: Failed to execute MSI package.
[11F4:1194][2016-01-21T08:29:50]e000: Error 0x80070643: Failed to configure per-machine MSI package.
[11F4:1194][2016-01-21T08:29:50]i000: MUX:  Installation size in bytes for package: nugetvs MaxAppDrive: 0  MaxSysDrive: 5626222  AppDrive: 0  SysDrive: 233282
[11F4:1194][2016-01-21T08:29:50]i000: MUX:  Return Code:0x80070643 Msi Messages:There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.   Result Detail:0 Restart:None
[11F4:1194][2016-01-21T08:29:50]i000: MUX:  Set Result: Return Code=-2147023293 (0x80070643), Error Message=There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.  , Result Detail=, Vital=False, Package Action=Install, Package Id=nugetvs

解决方案

Hi kooth,

Thank you for posting in MSDN forum.

Since you have tried both ISO and web installer, when you tried iso, did you use FCIV utility to check the hash code to make sure the iso is ok.

You may refer to:

FCIV.exe http://support.microsoft.com/kb/841290 to verify hash of the ISO. Any discrepancy would indicate that the file was corrupted. Here is a blog for how to use it, you can refer to it.

VS 2015 iso files SHA-1 Values link:

https://www.visualstudio.com/en-us/downloads/visual-studio-2015-iso-sha1-vs.aspx

If the iso is ok but you still have this problem, I think that the cause of the issue is due to the redistributable installer is messed up.

it mixes up 64bit and 32bit dll's. You could check if you have this problem by looking at the vcruntime140.dll file size. Search your windows folder for "vcruntime140" you should see 4 files (64 and 32 bit in both release & debug versions). If any files have the same size, you need to run a repair on the redistributable.

Please refer to :

http://stackoverflow.com/questions/33855177/multiple-errors-installing-visual-studio-2015-community-edition/34008086

If the above still doesn't help, I need you installation log file to troubleshoot this issue,

please use  http://aka.ms/vscollectto gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to  https://onedrive.live.com/ and share the link here

Best Regards,


这篇关于Visual Studio 2015专业版在安装过程中出现错误...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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