Visual Studio 2008 安装错误
每次运行 Visual Studio 安装程序时,我都会遇到以下错误消息“加载安装组件时遇到问题。正在取消安装。”。我还尝试通过控制面板运行设置,这会导致非常有意义的“找不到路径”(但设置确实进一步执行)。
我确实尝试删除MSDN上的几个补丁,重新安装SP1,但没有效果。
还有一个“Hot Fix for Visual Studio 2008”可以完全处理这种情况 - 但它也不起作用。
我不想完全删除 VS,因为我担心安装也会失败 - 而且我需要 VS 来工作。
我将对我的电脑进行完整备份,并稍后尝试删除 VS。也许会起作用。如果没有 - 我将不得不重新安装我的电脑:(
不幸的是网络在这里没有多大帮助。
有什么帮助吗?想法?有什么吗?
Every time I run the Visual Studio setup I encounter the following error message "A problem has been encountered while loading the setup components. Canceling setup.". I also tried running the setup via the control panel, which results in a ever-so-meaningful "path not found" (but the setup did execute further).
I did try removing several patches as statet on MSDN, reinstalling SP1 but no effect.
There is also a "Hot Fix for Visual Studio 2008" which handles exactly that case - but it didn't work either.
I'm don't want to remove VS completely because I'm afraid that the setup will fail then as well - and I need VS for work.
I'll make a full backup of my pc and try removing VS later. Maybe than it will work. If not - I will have to reinstall my pc :(
Unfortunately the web isn't helping much here.
Any help? Ideas? Anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这很痛苦,但我会尝试完全卸载并重新安装。
如果 VS 无法工作,那么卸载它并从头开始重新安装也不会造成任何损失。即使它有效,全新安装(任何东西)几乎总是比修补和破解安装更可取。
如果您可以运行VS,则转到“工具”->“导入和导出设置”,然后导出所有设置。同样的菜单项将允许您在重新安装后导入设置,从而使您能够快速恢复到完全正常工作的设置。
It's a pain, but I'd try a full uninstall and reinstall.
If VS isn't working then you have nothing to lose by uninstalling it and reinstalling it from scratch. Even if it is working, a fresh install (of anything) is almost always preferable to a patched and hacked install.
If you can run VS, then go to Tools->Import and export settings, and export all your settings. This same menu item will allow you to import your settings after the reinstall, allowing you to quickly get back to a fully working setup.
事实证明,解决办法是先卸载Visual Studio 2008 SP1,然后添加缺少的组件,然后再次重新安装SP1。
设置过程中不再出现问题。
It turns out that the solution was to deinstall the Visual Studio 2008 SP1 first, then add the missing components and then reinstall the SP1 again.
No problems during setup anymore.