Hi everybody, How are you all?
I want to write some entries to .Ini file during inno setup installation. Is it possible? If possible can somebody help me with an example.
HSNMurphy
Try something like:
[INI]
Filename: {app}\InnoScript.ini; Section: InnoScript; Key: VB6Dir1; String: {app}\VB6 Runtime\
This example writes the text \VB6 Runtime\ along with the app path to the VB6Dir1 parameter in the ini file.
Example: VB6Dir1=app path\VB6 Runtime\
You can also check in the help section of Inno Setup or on http://www.jrsoftware.org (http://www.jrsoftware.org)