Ill explain my problem (also see the sample.jpg)
My installer reads an ini file (custompage, ioD.ini)
And it writes the varable down in another ini file.
It writes it down as a 0= and 1= because it is a checkbox.
I want that i dont write
'o=' but 'hello' and
'1=' is 'bye'
How can i do this? I hope somebody can help me.
SebasReadINIStr $9 "$PLUGINSDIR\ioD.ini" "Field 5" "State" ;Toolbar
WriteINIStr "$INSTDIR\iml-run.ini" "Toolbar" "$9" ""