Archive: disabling the link on the Finish page at tuntime


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...


The link is added at runtime. Read ioSpecial.ini at runtime, at the time your callback function is called. It's in $PLUGINSDIR.


Thanks.
Does anyone know what the field number for the link control is ?


Open the INI file and search for a field with a type of LINK. The number changes according to your settings.