NSIS 的默认和 sdbarker_tiny GUI
我正在尝试修改 default.exe 的窗口并调整其大小,您可以在 NSIS 的 Contrib/UI 子文件夹中找到它。 但是,保存修改后,我无法在安装程序的 GUI 中看到更改。
我尝试删除default.exe,却发现它不是当您不使用MUI 时NSIS 使用的默认GUI。 我的第一个问题是,在哪里可以找到 NSIS 的默认 GUI?
无论如何,还有一个较小的 GUI,名为 sdbarker_tiny.exe。 我的第二个问题是,你如何在安装程序中使用它?
请帮忙。
谢谢..
I'm trying to modify and resize the windows of default.exe which you can find in the Contrib/UI subfolder of NSIS. However, after saving the modifications to it I'm not able to see the changes in my installer's GUI.
I tried deleting default.exe only to find out that it's not the default GUI used by NSIS when you're not using MUI. My first question is, where can I find the default GUI of NSIS?
There's a smaller GUI anyway, named sdbarker_tiny.exe. My second question is, how do you use it in your installer?
Please help.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
default.exe 与默认 UI 相同,但真正的默认 UI 嵌入在 Stubs 子目录的 exeheaders 中。
要更改页面或整个 UI,请使用 ChangeUI。
例如:更改 UI 全部“${NSISDIR}\Contrib\UIs\sdbarker_tiny.exe”
default.exe is the same as the default UI, but the real default UI is embedded in the exeheaders in the Stubs subdirectory.
To change a page or all of the UI, use ChangeUI.
Ex: ChangeUI all "${NSISDIR}\Contrib\UIs\sdbarker_tiny.exe"