Skip to content
⌘ NSIS Forum Archive

Staying on instpage...

3 posts

eranrund#

Staying on instpage...

Hello,

I have various messages printed using DetailPrint, displayed on the instpage (if it matters, I am using MUI).

When the installation procedure has been completed it automatically moves to the 'finish installation' page.

Is there any way to have it stay on the details page until the user clicks Next?

Thanks
{_trueparuex^}#
Re: Staying on instpage...

Originally posted by eranrund
Hello,

I have various messages printed using DetailPrint, displayed on the instpage (if it matters, I am using MUI).

When the installation procedure has been completed it automatically moves to the 'finish installation' page.

Is there any way to have it stay on the details page until the user clicks Next?

Thanks
Yes MUI does matter. 😞

Add this line before the page macros and it should do the trick.
!define MUI_FINISHPAGE_NOAUTOCLOSE
PaR