NSIS 在显示详细信息后隐藏详细信息
在我的安装程序中,我当前可以看到“显示详细信息”按钮,并且可以单击该按钮来获取安装详细信息。
此时有什么方法可以让“隐藏详细信息”按钮能够返回到隐藏详细信息的位置吗?
In my installer, I currently have the "Show Details" button visible, and can click that to get to the installation details.
Is there any way to get a "Hide Details" button at this point to be able to go back to where the details are hidden?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对此没有官方支持(按钮可能浪费了太多空间)
如果你真的想要这个功能并且你不介意黑客,你可以使用以下代码:
There is no official support for this (Too much space wasted by the button probably)
If you really want this feature and you don't mind hacks you can use this code:
来自 NSIS 脚本参考文档:
From NSIS Scripting Reference documentation: