Archive: Stop auto-nav if ShowInstallDetails is show


Stop auto-nav if ShowInstallDetails is show
I'm using Modern UI and I have set "ShowInstDetails" to "show".
I want the installer to stop so the user can inspect the installation details and allow the user to click "Next" to goto the finish page.

Normally, after the install page it goes straight to the finish page.

I've searched to forum I haven't been able to find a way to do this. All I've been able to do (with the forum's help) is re-enable the next button (it's disabled by default) and call abort to stop the install, but if I click next nothing happens. I'm sure this is because I called abort.

Is there a better way to do this...?

Also, I have a "lauch shortcut", etc. on the finish page so I still need the finish page.

Thanx in advance!

jc3


your way won't work :)
have a look at the MUI README, there are some things about teh FINISH PAGE, at which you ought to have a look at.


What about using...
!define MUI_FINISHPAGE_NOAUTOCLOSE
...?

Put before inserting MUI page macro's

-Stu


As usual the help on this forum rocks! :D

Thanks Comm@nder21 for the push in the right direction and thanks Afrow UK for flatly giving me the answer.

It worked flawlessly.

:)

jc3