如何卸载 Intel C++ Vista x64 上的编译器 (ICC) 11?

发布于 2024-07-11 14:04:43 字数 259 浏览 12 评论 0原文

我安装了 ICC 11.0.066 for x86 & 的组合包 x64 目标,具有所有选项(IPP、TBB、MKL)。 尝试从控制面板运行卸载程序> 程序和功能立即出现错误并显示对话框:

另一个卸载实例已启动。
正在完成,请稍候...

这种情况发生在(成功)卸载 VTune 后,但在重新启动等后不会自行解决。

如何强制英特尔编译器自行卸载并清理?

I installed the combined package of ICC 11.0.066 for x86 & x64 targets, with all options (IPP, TBB, MKL). Attempting to run the uninstaller from Control Panel > Programs and Features immediately errors out with the dialog:

Another instance of uninstall was launched.
Please wait while it is finished ...

This happens after having also uninstalled VTune (successfully), but does not resolve itself after reboots, etc.

How is it possible to force the Intel Compiler to uninstall and clean up after itself?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风向决定发型 2024-07-18 14:04:43

英特尔软件开发工具的可下载安装程序默认将其安装包解压缩到:

c:\Program Files (x86)\Intel\Download

可以

C:\Program Files (x86)\Intel\Download\C++CompilerPro11.0\Setup.exe

手动重新运行。 这将包括修复和卸载选项,这两个选项都应该成功完成。 如果提取的安装文件仍然不完整,则应该可以通过重新运行下载的相同版本的安装程序包来重新创建它们。

The downloadable installers for Intel software development tools extract their install packages by default into:

c:\Program Files (x86)\Intel\Download

It is possible to re-run

C:\Program Files (x86)\Intel\Download\C++CompilerPro11.0\Setup.exe

manually. This will include both Repair and Uninstall options, both of which should complete successfully. If the extracted setup files are not still intact, it should be possible to recreate them by re-running the downloaded installer package for the same version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文