Skip to content
⌘ NSIS Forum Archive

Custom Ui For Modern Interface

10 posts

deepesh83#

Custom Ui For Modern Interface

How can I make custom UI for modern interface I wanted to add a button in it, I added it using Resourse Hacker but how can i display a msgbox when it is clicked. Is there any source for modern UI, which I can modify.
deepesh83#
ThankYou

Thank You 'Afrow UK' as always you were first to answer, can you please put some more light on this How to do that, I have a very basic knowledge of C/C++ language.
Afrow UK#
The Modern User Interface is written in NSIS itself. There's no C/C++ under it.

You can find its NSIS source code in Contrib\Modern UI\System.nsh

-Stu
bluenet#
Oh, sorry. What I mean is NSIS\Contrib\UIs\modern.exe 's source code. I want to modify the UI. And the only UI source code is NSIS\Contrib\UIs\default.exe.
aj kwak#
Re: HOW?

Originally posted by deepesh83
Afrow Pls. can you give an example. It would be very usefull.
start with
File - New Install Option File
so you can make easy a ini-file.
deepesh83#
Re: Re: HOW?

Originally posted by aj kwak
start with
File - New Install Option File
so you can make easy a ini-file.
Cant understand pls. be descriptive.