Archive: Log Window - view from finish screen ?


Log Window - view from finish screen ?
Hi - I'm sure when using other peoples installers I've had the option to view the Log Window from the last screen - can anyone tell me how to achieve that in my own installer ?

Basically I just want any way to be able to see the contents of the log window - at the moment it appears on the screen for 2 seconds and then it's gone.

thanks

R.


Use MUI_FINISHPAGE_NOAUTOCLOSE.


That's great thanks very much.

For anyone who's as much of a noob as I am you need to do this ...

!define MUI_FINISHPAGE_NOAUTOCLOSE

... before you get to this ...

!insertmacro MUI_PAGE_FINISH


Thank you for your help.

R.