Archive: MUI_PAGE_INSTFILES and MUI_PAGE_FINISH


MUI_PAGE_INSTFILES and MUI_PAGE_FINISH
Hello
I use ModernUI and in my setup I would like to use both pages:
- the Installation Complete page with the "Show Details" option
AND
- the MUI Finish page with the show readme and run checkbox options.

My problem: it seems that these pages are somehoe not compatible; as soon as the installation is finished, the
Installation "Show Details" page with the progress bar immediatelly disapears and the MUI Finish page is displaed.

Is there a way to let the user see the installation history ("Show Details") and to to display the MUI Finish page first after he pressed the Close button on the Installation Complete page? Or did I miss something?

Thanks for any hints


Use !define MUI_FINISHPAGE_NOAUTOCLOSE to leave installation page.