Skip to content
⌘ NSIS Forum Archive

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

3 posts

honkbish#

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 =)
MSG#
You can find this in the MUI2 readme.

honkbish#
Aha perfect. !define MUI_FINISHPAGE_NOAUTOCLOSE before !insertmacro MUI_PAGE_FINISH

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

Thanks!