This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to prompt the user to enter some values and then save them into an XML file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 13, 2014
10:05 AM
How to prompt the user to enter some values and then save them into an XML file
Hi folks,
I wonder if you can point me to the right direction. We are deploying a Web Site and we want to challenge the user to enter some values during the installation process. Something like opening a modal window/promt and ask the user to enter two or three values. Once the user has entered the URLs, we want to save those settings into an arbitrary XML (not into the Web.config but into an specific XML existing in the current deployment).
Any thought on how to accomplish this?
Thanks,
I wonder if you can point me to the right direction. We are deploying a Web Site and we want to challenge the user to enter some values during the installation process. Something like opening a modal window/promt and ask the user to enter two or three values. Once the user has entered the URLs, we want to save those settings into an arbitrary XML (not into the Web.config but into an specific XML existing in the current deployment).
Any thought on how to accomplish this?
Thanks,
- Tags:
- xml
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 15, 2014
02:47 PM
Is there a reason you can't just add a dialog and add the Text boxes and labels of what is needed. Then use "Xml File Changes" with the property names from the dialog.