卸载期间,dll 不会从 system32 文件夹中删除

发布于 2024-12-25 20:25:46 字数 181 浏览 1 评论 0原文

I have a 64-bit InstallScript set up.

唯一的问题是弄清楚我卸载设置的 dll 不会从 system32 文件夹中删除。

我在文档中找不到任何解释如何完成此任务的内容。我正在使用 InstallShield 2011,提前感谢您提供的任何帮助。

I have a 64-bit InstallScript set up.

The only problem is figuring out what I uninstall set up the dll does not delete from system32 folder.

I can't find anything in the documentation that explains how to accomplish this task. I am using InstallShield 2011, thanks in advance for any help you can offer.

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

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

发布评论

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

评论(1

星星的轨迹 2025-01-01 20:25:46

SYSTEM32 文件夹应该只包含从未卸载的永久组件。不确定 InstallShield 的实现,但如果您定义安装在那里的文件并且不将其标记为“永久”,则常规 MSI 测试套件会标记错误。

因此,我会换到另一个位置。

The SYSTEM32 folder is supposed to contain only permanent components that are never uninstalled. Not sure about InstallShield's implementation, but the regular MSI testsuite flags an error if you define a File that installs there and do not mark it Permanent.

Thus, I'd change to a different location.

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