MUI_INSTALLOPTIONS_READ, never gets user value
Hello,
I thank you all for youre quick replies and patient answers to my questions. Here is another one.
I've got 2 custom pages using installoptions.
Problem is that i never get the value the user entered, instead i get the value which is stored as default in my io ini-file.
I'm calling: !insertmacro MUI_INSTALLOPTIONS_READ $hostname "hostname.ini" "Field 2" "Text"
From a section. Hostname is declared at the begining of the script. I have reservefiles for the ini's.
The custom pages are displayed correctly, but the value returned from "!insertmacro ...READ" is not the one the user inputs it's the value which is in the .ini file as default.
How can this be? What am i missing?
Regards,
Simon