Skip to content
⌘ NSIS Forum Archive

How to change the page size

7 posts

akshay.sharma#

How to change the page size

I am increasing the page width and height in modern.exe, but when i am compiling the script and testing the installer the changed page size is not getting reflected.
kichik#
Changing the page itself is not enough. You have to change its placeholder in dialog 105 as well. The placeholder is rect number 1018.
kichik#
With Resource Hacker. Edit Contrib\UIs\modern.exe and use MUI_UI to point MUI to the newly edited UI.
Hu!#edited
Thank you. 🙂

But one problem:


105 looks like this:



I forgot something?

//
Found!
modern_headerbmp.exe
TY
akshay.sharma#
The problem is I have craeted custom pages and I don't know from where to increase page height and how???
akshay.sharma#
Actually i want to increase the size of container window #1033 inside modern_headerbmp.exe. I am increasing the size of window there but on effect at run time.