Skip to content
⌘ NSIS Forum Archive

Modern User Interface - Components Page

3 posts

ChrissiR#

Modern User Interface - Components Page

Hello,
I've got a complete installer and I want that the Components page look like this:



This means, that the treeview fits the whole width and that the descriptiox box is below the treeview.

Can I do this with standard pages? Configuration Settings?

I already found some screenshots, which look so, but I found no example how to make it 🙁


chrissi
ChrissiR#
I read the manual, but there wasn't mentioned, that this statements must placed befor any other !define MUI_xyz statements.

Now I know 🙂

-- edit
Okay, I tryed it a few hours again with this statements
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS

It doesn't work... Now it works... I don't know 🤪