Pausing the Instfiles page
Hi
Is it possible to pause the INSTFILES page for both Install and unInstall, forcing the user to click a Next button or similar in order to get to the finish page?
Cheers
Ian
Archive: Pausing the Instfiles page
Pausing the Instfiles page
Hi
Is it possible to pause the INSTFILES page for both Install and unInstall, forcing the user to click a Next button or similar in order to get to the finish page?
Cheers
Ian
I have cleaed this up, the folowing two !defines:
!define MUI_FINISHPAGE_NOAUTOCLOSE
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
did what I needed.
Cheers
Ian
(who has at last found the MUI documentation!)