Archive: issue with WriteINIStr


issue with WriteINIStr
hello, does anyone have a hint about this one? i'm developing a small installation utility with nsis and found the following: when i WriteINIStr a non-existent entry into a non-existent section in an exisiting ini file, the error flag is _set_ stating an error (caught by my error handler, installer yells and quits). is this normal? the doc tells me that "The error flag is set if the string could not be written to the ini file", so it's at least unexpected for me.

i'm using the 2.0b0 version.

forgot to mention: the ini contains the right content after the WriteINIStr call.


Please try the latest 2.0b1 and see if it still happens. If it does, I have a deeper look into it.