Archive: Staying on instpage...


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


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. :blah:

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

PaR

Thanks