I have a INI file which contains c:/wamp
many times.
How can I replace this text with the {app}
extended/chosen constant value?
I know now how to replace a single value:
[INI]
Filename: "{app}\wampmanager.conf"; Section: "main"; Key: "installDir"; String: """{app}"""
I am reading from here