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
- :
- XML Change during upgrade
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
Jun 30, 2011
09:45 AM
XML Change during upgrade
How do you change XML files usually during upgrade?? (Basic MSI)
I think "XML File Changes" Tab has too few function to change old app.config to new app.config. Because many kinds of old app.config have been deployed already, xml change should have enough function to cover all of them.
so, I am considering XSLT and XSLT Processor.
Do you think it is good for xml change?
if not, how can i do alternatively?
I think "XML File Changes" Tab has too few function to change old app.config to new app.config. Because many kinds of old app.config have been deployed already, xml change should have enough function to cover all of them.
so, I am considering XSLT and XSLT Processor.
Do you think it is good for xml change?
if not, how can i do alternatively?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 07, 2011
03:26 AM
If you think that the XML file change does not provide enough functionality, you can create custom action to call a C# / C++ function, which can handle the XML / XSLT files.