disabling the link on the Finish page at tuntime
Hi
I'm making a multi-language installer, for a game, and some countries/languages have a website, others don't. I'd like to use the MUI "MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT " function to change ioSpecial.ini depending on what I put in a setup.ini file (to hide/deactivate the link field) but I looked at the ioSpecial in /contrib/MUI and did not find the field that has the link. (and I've searched the forum to no avail)
And what would also be nice would be to be able to change the URL the link points to at runtime too (reading in my setup.ini file again). Any pointers would be welcome...