Skip to content
⌘ NSIS Forum Archive

Changing the size of MUI screens?

3 posts

Comperio#

Changing the size of MUI screens?

I've been using MUI with custom pages, but there are times when I'd like my custom screens to appear just a bit bigger than the rest of the installation screens. Is this even possible?

I haven't been able to find much dealing with changing screen sizes in either the NSIS forum or the archive.
Afrow UK#
This isn't possible unless you use your custom page in a seperate installer exe which is extracted on run-time and opened over the main installer.

-Stu