Archive: Pausing 'Detail Print' at the end / require a 'Next'...


Pausing 'Detail Print' at the end / require a 'Next'...
How could I 'pause' the Detail stream when it is finished?

It currently just jumps right to the final "Finished" page, and I would rather have it do a DetailPrint saying "Installation complete..." and require the user to click Next, giving them a chance to scroll through the details, in case any errors arose or anything.

Is there a way to do this?

Thanks in advance =)


You can find this in the MUI2 readme.

http://nsis.sourceforge.net/Docs/Mod...02/Readme.html


Aha perfect. !define MUI_FINISHPAGE_NOAUTOCLOSE before !insertmacro MUI_PAGE_FINISH

Didn't know it was MUI (over NSIS) thing.

Thanks!