Archive: Page changes


Page changes
Is it possible to change th page setings (like for example MUI_FINISHPAGE_TEXT ) dinamicly during the setup run?

I mean can I change id based on some imput I recived a few pages before from the user?

Thanks.


Either write to ioSpecial.ini (the InstallOptions INI file used for the welcome and finish pages) or set the text with SendMessage and WM_SETTEXT.
There are lots of examples on the forum.

Stu