Skip to content
⌘ NSIS Forum Archive

Extending MUI pages

3 posts

idog2k#

Extending MUI pages

Hi,
Is there a way to extend MUI pages.
For example,I would like to take the MUI_PAGE_DIRECTORY page and add another text box to it.

Is there an easy way to do it without reprogramming the all directory page again?

Thank you,
Ido
Afrow UK#
If you want to add a label, you need to use Resource Hacker to edit Contrib\UIs\modern.exe
Make a copy of it, modify it at will and then you can use the new UI by using !define MUI_UI ... in your script.

-Stu