Skip to content
⌘ NSIS Forum Archive

How to change the size of the Component Window

2 posts

JATO#

How to change the size of the Component Window

I've searched the Forum and the User Manual to the best of my ability.

I'm sure there is a parameter I'm not aware of...

Using the Modern UI
!insertmacro MUI_PAGE_COMPONENTS

How do you change the size of the Component window? 🧟

Do I have to create a custom page. using an INI? In which case, I have thus far been unsuccessful following the InstallOptions instructions/example in the User Manual.

Any insight or help would be greatly appreciated.

thanks 😁
glory_man#
This defines - MUI_COMPONENTSPAGE_SMALLDESC or MUI_COMPONENTSPAGE_NODESC - will help you increase size of the components treeview. If you want change size of whole window (page) use Resource Hacker.