Skip to content
⌘ NSIS Forum Archive

Changing size of Modern UI with reshacker

3 posts

Guest#

Changing size of Modern UI with reshacker

Hi,

I can change the size of elements within the installer, but i can't seem to change the overall dimensions of the installer. I also can't seem to move the buttons around. I edit resource 105 which seems to be the one that represents the overall installer, but it does nothing.
goldy1064#
If you're using Modern UI, you need to edit resource 105 in modern.exe and modern_headerbmp.exe.
Guest#
thanks very much that was exactly it! The dox aren't very clean in this regard

"
MUI_UI_HEADERIMAGE ui_file
The interface files with the dialog resource IDD_INST that contains a bitmap control and space for the header bitmap.
Default: ${NSISDIR}\Contrib\UIs\modern_headerbmp.exe
"

doesn't exactly say that this is the file that is the container for the MUI_UI controls...