Archive: Add information in file after finishing my installer


Add information in file after finishing my installer
Hi all,

I have just one question which I do not know NSIS can help user or not. After I finished my installer, I want to change some attributes in file in directory which I installed.
Eg:
I has installed a file config.xml in C:\TEST\config.xml.
In this file, I store information about root and password of root in My SQL. During installing, I has got password of root. How can I add these information on config.xml to help my server run?
If I do not add this, my server will run error.
Your help is very useful for me!
Thank a lot, :D


Use the xml plugins on the wiki to write the information to the xml file, at the end of your last section (or where ever you want it).

Plugins