Writing to .Ini File while installing.

Started by HSNMurthy (Unregistered Guest), June 03, 2004, 05:25:21 PM

Previous topic - Next topic

admin

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

HSNMurthy (Unregistered Guest)

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.