如何在 NSIS 中查找最近编辑的文件

发布于 2024-09-10 16:19:47 字数 132 浏览 8 评论 0原文

我有一个 NSIS 脚本,可以从本地共享中提取其他安装程序。其中一些更新非常频繁。我希望脚本在某个目录中查找与模式匹配的最新安装程序,而不是每次都推出新的 NSIS 脚本。是否有我可以从 NSIS 调用的插件或 Windows API 来执行此操作?

I have an NSIS script that pulls other installers from a local share. Some of these update very often. Rather than push out a new NSIS script every time, I'd like the script to look for the most recent installer matching a pattern in a certain directory. Is there a plugin or a Windows API that I can call from NSIS to do this?

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

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

发布评论

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

评论(1

等待我真够勒 2024-09-17 16:19:47

您可以使用 !system 命令执行批处理文件(在编译时)

You can execute batch files with the !system command (at compile time)

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