I am a newbie for install maker. When the progame is installed, I want to add some texts in the CFG file which is already in windows. Is it possible to add it throught advanced installer?
thanks!
Code: Select all
path = Session.Property("RESULT_PROPERTY")
Code: Select all
[aaa.001]
...
...
[aaa.002]
... ...
[aaa.011]
... ...
No, the file is not overwritten if already exist. You can choose the action to take when a key is created in the INI file from the "Edit INI File" dialog.I needn't create a ini file, because it is already exist and with more contents before installation. I should modify it and add add some lines.