vignesh447
5th May 2008 08:42 UTC
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 ?
Anders
5th May 2008 09:07 UTC
rtfm maybe?
MUI_FINISHPAGE_NOAUTOCLOSE
MUI_UNFINISHPAGE_NOAUTOCLOSE
vignesh447
5th May 2008 11:25 UTC
can you tell me how to include them
the macros does not exist in my machine...
thanks in advance
kichik
5th May 2008 19:12 UTC
Those are defines, not macros. Simply define them using !define prior to inserting the finish page macro.
vignesh447
6th May 2008 06:42 UTC
thanks..
it worked for me....