使用 Innosetup 删除快捷方式和关联文件

发布于 2024-10-20 15:20:51 字数 257 浏览 1 评论 0原文

作为应用程序更新的一部分,我想删除旧的开始菜单条目(如果存在)及其指向的文件。我尝试过:

[InstallDelete]
Type: files; Name: "{group}\User's Manual (PDF)"
Type: files; Name: "{app}\User's Manual.pdf"

实际文件本身被删除,但开始菜单条目没有被删除。另外 - 这两个操作都没有记录在安装日志中。

有什么想法吗?

As part of an application update, I want to remove an old start menu entry if it exists, and the file it points to. I tried:

[InstallDelete]
Type: files; Name: "{group}\User's Manual (PDF)"
Type: files; Name: "{app}\User's Manual.pdf"

The actual file itself got deleted, but not the start menu entry. Also - neither operation was recorded in the install log.

Any ideas?

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

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

发布评论

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

评论(1

过去的过去 2024-10-27 15:20:51

快捷方式有扩展名,尝试:

Type: files; Name: "{group}\User's Manual (PDF).lnk"

Shortcuts have an extension, try:

Type: files; Name: "{group}\User's Manual (PDF).lnk"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文