Archive: Showing the Finish page after clicking next button


Showing the Finish page after clicking next button
HI
i have a installer which shows the finish page straight away after the installation is complete.

but i wanted to show the finish page after user clicks on next Button so that he can see the messages (installation details).

how to do this ?


rtfm maybe?

MUI_FINISHPAGE_NOAUTOCLOSE
MUI_UNFINISHPAGE_NOAUTOCLOSE


can you tell me how to include them
the macros does not exist in my machine...

thanks in advance


Those are defines, not macros. Simply define them using !define prior to inserting the finish page macro.


thanks..
it worked for me....