Change Button on Install Page
I want to make an installer that runs two installation pages.
So far that's no problem.
When the first install process is finished, I would like to change the text (and function) of the next button depending on the result of the process. I know, it's useless to call the commands to change the code at the end of the section, the installer uses. If I would do that, my function call would be a part of the installation and when the installation ends, NSIS itself changes the button.
So I would like to call my function AFTER the sections have been executed. How can that be done?
I know, I could place a custom page after the first install process to show the results, but that's not what I want.
Thanks :)
CJ