Archive: How to get the Custom button event[on my custom page]


How to get the Custom button event[on my custom page]
Hi All,

I have created a custom page[Using .ini file], Where I have 2 text boxes and 1 button, on that button event(on that custom page) I have to process something, But How should I get that button event on custom page itself.

Thanks,
Dhiraj


I don't know how to do that in installoptions, but I recommend you switch to nsDialogs instead. There's an excellent tutorial in the readme: http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html


Hello Msg,

Thanks for the reply,
I have 4 custom pages in my installer
Is it possible in NSIS that I have 3 custom pages in InstallOption and 1 custom page in nsDialogs?

Thanks,
Dhiraj


Theoretically yes, but that hardly seems like a good idea. I've googled for 'installoptions button function' and found this example on how to handle a button in InstallOptions: http://nsis.sourceforge.net/Adding_c...e_Snippet_.234