Archive: Help with INI file


Help with INI file
I'm trying to write the text value in the INI file dynamically during the installation using the command
!insertmacro MUI_INSTALLOPTIONS_WRITE "test.ini" "Field 2" "Text" "$names"
where the variable $names holds the text to be displayed. I know that the variable is not empty it is initialised with the values I intend to display.

But the text field is empty, nothing is being displayed. Why is that?
:(


Sorted, it is working