What I want is that the installer needs to extract update.ini to $INSTSDIR and that it needs to merge his info with os.ini so ... for example:
_______________________________________________________
Update.ini :
let's say that this is the contents of update.ini
[Global]
Password=NSIS
Nick=NSIS_dude
Host=mgmservers
_______________________________________________________
Os.ini :
and let's say this is Os.ini
[Global]
Password=NSIS_is_cool
Nick=NSIS_GIRLIE
Host=source
Version=1.0
________________________________________________________
now .. when the installer is done with extracting update.ini then it needs to overwrite the contents of Os.ini with the contents that update.ini has. So after merging then Os.ini will be like this:
_______________________________________________________
[Global]
Password=NSIS
Nick=NSIS_dude
Host=mgmservers
Version=1.0
ok .. now I hope someone can help me with this. thanks.
With Regards, VegetaSan