Setting Custom Page Text Box State
I created a custom page that asks the user for some input that will be written to an ini file, however I want to prepopulate that text box with any existing text if that ini file already exists and has somehting in it. So I'm doing a ReadINIStr to get the value (and that works fine - proven using MessageBox), but I can't place that value into the Text Box on the custom form in my installer. I tried WriteINIStr and MUI_INSTALLOPTIONS_WRITE, but no matter where I put it, I can't get my read text to appear in the custom form when I get there. I tried putting my code in the .onInit function, as well as at the top of the custom page function, but to no avail. Any ideas?