本文介绍了在Visual Studio 2015设置期间重新启动问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试安装VS 2015时,我收到重启消息,如果我重新启动,它会一遍又一遍地显示相同的消息。

Hi , When I try to install VS 2015, I get the restart message and if I restart , it again shows the same message over and over.

这些是我的相关日志文件:

These are my relevant log files:

20B4:0A8C] [2017-06-19T00:48:13] i000:MUX: 无法从http:// go下载更新xml文件。 microsoft.com/fwlink/?LinkID=659005安装程序不会更新。

[20B4:0A8C] [2017-06-19T00:48:13] i000:将数值变量'RelatedBundleType_Upgrade'设置为值1

[20B4:0A8C] [2017-06-19T00:48:13] i000:MUX: 配置Feed ...

[20B4:0A8C] [ 2017-06-19T00:48:13] i000:MUX: 停止阻止:BundleRebootPendingBlock:在继续安装之前,需要重新启动计算机。请重新启动计算机并再次运行安装程序。

20B4:0A8C][2017-06-19T00:48:13]i000: MUX:  Failed to download the update xml file from http://go.microsoft.com/fwlink/?LinkID=659005 Setup will not be updated.
[20B4:0A8C][2017-06-19T00:48:13]i000: Setting numeric variable 'RelatedBundleType_Upgrade' to value 1
[20B4:0A8C][2017-06-19T00:48:13]i000: MUX:  Configuring feed...
[20B4:0A8C][2017-06-19T00:48:13]i000: MUX:  Stop Block: BundleRebootPendingBlock : The computer needs to be restarted before setup can continue. Please restart the computer and run setup again.

如何解决此问题。

推荐答案

感谢您在MSDN论坛上发帖。

Thank you for posting in MSDN forum.

由于您没有提及您的操作系统版本,首先请检查并更新Windows更新。

Since you didn't mention your OS version, first of all, please check and make Windows updates are up to date.

请遵循以下提示:

1.禁用计算机上的任何防病毒或防间谍软件。

2.清理%temp%文件夹

3 。以管理员身份运行VS安装程序

1.Disable any Anti-Virus or Anti-Spyware software on your computer.
2. Clean up the %temp% folder
3. Run the VS installer as administrator

最好的问候,


这篇关于在Visual Studio 2015设置期间重新启动问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 05:24