NSIS 在运行时跳过页面
我的安装程序正在检查该程序是否已安装,在这种情况下我想跳过“输入路径”页面。
我如何在 NSIS 2.0 中编写脚本?
My installer is checking if the program is already installed and I would like to skip the "Enter the path" page in that case.
How can I script that in NSIS 2.0 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要跳过页面,请在 abort 指令="http://nsis.sourceforge.net/Docs/Chapter4.html#4.5.3" rel="nofollow noreferrer">该页面的预回调函数
To skip a page, call the abort instruction in the pre callback function for that page