简体   繁体   English

如何在Nsis中更改组件列表的大小?

[英]How to change the size of the components list in Nsis?

I have developed an installer with Nsis with a components page in which the user can select the components to install. 我用Nsis开发了一个带有组件页面的安装程序,用户可以在其中选择要安装的组件。 I would like to change the size of the component list window and make it greater in order to make visible the entire text of each component without scroll bars. 我想更改组件列表窗口的大小并使其更大,以使每个组件的整个文本可见而无需滚动条。 Does anybody know how I can do it? 有人知道我该怎么做吗? I'm using simple MUI.nsh, not MUI2.nsh. 我使用的是简单的MUI.nsh,而不是MUI2.nsh。 Any help will be pleasant. 任何帮助都会令人愉快。 Thanks in advance. 提前致谢。

定义MUI_COMPONENTSPAGE_SMALLDESC或MUI_COMPONENTSPAGE_NODESC,如果还不够,则需要使用自定义对话框( ChangeUI

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM