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
Staying on instpage...
3 posts
Re: Staying on instpage...
Add this line before the page macros and it should do the trick.
Originally posted by eranrundYes MUI does matter. 😞
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
Add this line before the page macros and it should do the trick.
PaR!define MUI_FINISHPAGE_NOAUTOCLOSE
Thanks