Hi
I have a XML file in files and folders.
Sample File
<MyApplication>
<username>sample</username>
<Path> </Path>
</MyApplication>
This fill will be installed in the installed directory. During the installation I want to ask user to enter the path and write the user entered path in this xml file [in Path tag].
For this I have added a new dialog in the installer and added Path Edit Control in the Dialog. Now how can i write the value in the file ?
ThnQ