flitzjoy
8th January 2004 15:38 UTC
Install Options
I think this is a stupied question but i really don´t know how to do this....
i´ve made a Install Option page that contains a ListBox, i´ve already insert itens to list in the box. Now, when the user select a value and press next buton how i make that value the user select return in a global variable?
Joost Verburg
8th January 2004 16:03 UTC
Use ReadIniStr / MUI_INSTALLOPTIONS_READ to get information from the INI file.
flitzjoy
8th January 2004 16:16 UTC
Originally posted by Joost Verburg
Use ReadIniStr / MUI_INSTALLOPTIONS_READ to get information from the INI file.
But how I read the entry selected by the user?
Joost Verburg
8th January 2004 16:26 UTC
It's in the State field.
Comm@nder21
8th January 2004 18:49 UTC
ReadINIStr didn't work for me !!!
i had to use MUI_INSTALLOPTIONS_READ, to work with .ini files, used for installoptions. other .ini-files are working with normal commands.
maybe a bug.
Joost Verburg
8th January 2004 19:30 UTC
No, that's not a bug. The Modern UI InstallOptions macros automatically use the temporary plug-ins folder, ReadINIStr does not.