chetana
Posts: 2
Joined: Tue Sep 04, 2012 9:25 am

Write the vale of path edit control in XML file

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
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Write the vale of path edit control in XML file

Hello and welcome to Advanced Installer forums,

Thank you for your interest in Advanced Installer.

In order to achieve what you want you can take a look on our "Import and edit an XMl file" article.

If you have any questions let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
chetana
Posts: 2
Joined: Tue Sep 04, 2012 9:25 am

Re: Write the vale of path edit control in XML file

ThnQ

It was dam easy.. ThnQ for the help.

Return to “Building Installers”