Skip to content
⌘ NSIS Forum Archive

MUI Confirm Page

5 posts

JasonFriday13#

MUI Confirm Page

I have worked on the weekend making a confirm page for MUI. I have just copied the welcome finish page code and taken out all the extra config stuff. I have included a 7z file with the relevent files in it. I hope this confirm page will be included in the next nsis releases as my UI uses the confirm texts in the language files.
kichik#
I don't think a confirmation page is too useful without some details about the installation in it, like it's shown in other installers. Other might find it useful, so I suggest you create a wiki page for it.
onad#
For a confirmation page one just can use a Installoptions page ,no need to adjust the MUI.

Remember to think flexible and often there is MUCH more possible with standard NSIS than one would think of at first.
onad#
Oh, JasonFriday13 take a look in my MoreInfo plugin multilanguage example for a good wat to extend our language files (TIP!)
JasonFriday13#
Yes, taking the easy way out is quicker, but I like a challenge. Check a recent post for my abort to finish header file. For the NonObligatoricPages script by saivert, I also added a simple function that changes the next button text to Install. Here it is.