dhiraj3301
22nd October 2012 13:14 UTC
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
MSG
22nd October 2012 15:53 UTC
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
dhiraj3301
22nd October 2012 16:44 UTC
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
MSG
23rd October 2012 07:55 UTC
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