Skip to content
⌘ NSIS Forum Archive

dynamic finish page

2 posts

mdlazreg#

dynamic finish page

I am using the MUI to create a finish page in my script. What I would like to do is to customize this page depending on what components were installed.

So the finish page should say for example :

component1 installed
component2 installed

or
only component1 installed.

If you have an example I will be very grateful. Thanks.
kichik#
Why open a new thread?

As the MUI readme says:
In the Show function of Welcome page and the Finish page, $MUI_HWND contains the HWND of the inner dialog
Use that to change whatever you want in the finish page.

There are also some threads in this forum about this subject.