PDA

View Full Version : Changing the size of MUI screens?


Comperio
31st January 2005, 04:31
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
31st January 2005, 09:08
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

Comperio
31st January 2005, 19:26
Hmm... That's something I hadn't thought of...
Thanks Afrow!