Skip to content
⌘ NSIS Forum Archive

how to create UI

3 posts

xkiz#

how to create UI

hi, I'm in a self-extracting project, and I was wondering, how can I make my own UI, something simple just something like this:


and here is the exe from: BitTorrent DNA Demo
Afrow UK#
That looks like the inetc plug-in on a custom UI executable. Use Resource Hacker to create the UI from an existing one (such as Contrib\Graphics\UIs\modern.exe). You can use MUI to add the bitmap.

Stu
xkiz#
I Modified the MU.nsh, system.nsh, modern.exe and modern_Headerbmp.exe. It is not the right way to do it, but it works fine for me.

later on I'll try to make it right from zero....

thanks for the help.