Skip to content
⌘ NSIS Forum Archive

Modifying the Modern UI

5 posts

IceStar#

Modifying the Modern UI

Hello,
I've had the idea to modify the Modern UI.
For example I wanted to try to change it's size. In the Help I read that I should use a program like Resource Hacker to modify the files in the Contrib\UIs folder.
But I think modifying the source would be better. But I can't find it. Is the source not available (so is this file not open source) or I'm blind?
nandhp#
Check in CVS - I've looked for the source to NSIS Menu before but never found it except in CVS.

-edit-
Never mind it doesn't seem to be there.
Spatacoli#
Try

"${NSISDIR}\Contrib\UIs\UI Holder"

Or

"${NSISDIR}\Source\exehead"

there is a ui.c in there.
Joost Verburg#
Resource files don't have a "source", it's just data. Resource Hacker will show you the source and will compile the resource data for you, it's just an easy method because you don't have to use a resource compiler etc.