问题描述
我经常在尝试卸载软件包时遇到 Windows Installer 的问题,但它抱怨:
I often get a problem with Windows Installer trying to uninstall a package, but it complains that:
您尝试使用的功能位于不可用的网络资源上.
当原始 MSI 根本不可用时,是否有卸载此类软件包的已知方法?
Is there a known means of uninstalling such packages when the original MSI is simply not available?
推荐答案
看看一个名为 .
Take a look at a tool called released by Microsoft.
更新:
MsiZap.exe 已弃用一段时间.所有最新版本的 Windows 都不支持使用它,并且它被认为是一种非常使用不安全的工具.
MsiZap.exe has been deprecated for quite some time. Its use is unsupported on all recent versions of Windows, and it is considered a very unsafe tool to use.
我添加了一个指向更新的 Microsoft 支持工具的链接,该工具旨在清除安装,但此时此工具似乎也已弃用.我已经从评论部分删除了链接.
I added a link to a newer Microsoft support tool designed to clean out installations, but this tool also appears deprecated at this point. I have removed the link from the comments section.
也许可以尝试在 saschabeaumont's 中链接的工具在下面回答.
Perhaps try the tool linked to in saschabeaumont's answer below.
这篇关于在没有 MSI 文件的情况下卸载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!