Archive: Editing existing ini files


Editing existing ini files
I am using EclipseNSIS to make an installer.

How do you have NSIS add a line to existing ini file under a certian section header (and if that header doesn't exist create it)?


WriteINIStr function is what you need.


Thanks.............