Skip to content
⌘ NSIS Forum Archive

Increasing the window size

3 posts

MarkC_SSL#

Increasing the window size

I have looked through all the available info but can't find a definite answer.

Is it possible to increase the size of the installer window? I have a lot of components and I would like the users to be able to see them without scrolling in the tiny window!

Thanks in advance,

Mark.
Afrow UK#
You cannot quickly or easily resize the installer window. Firstly though have you used MUI_COMPONENTSPAGE_SMALLDESC?

Stu
MarkC_SSL#
Hi Stu,

Thanks for the reply. I was using MUI_COMPONENTSPAGE_SMALLDESC but I had it defined in the wrong place (defining it after "!insertmacro MUI_PAGE_COMPONENTS" has no effect!).

Now the install window looks much better 🙂

Thanks!

Mark.

😁