XML file search
User stories
As a setup developer I can look for and read elements and attributes from XML file such that I can use them later in installation.
Proposal
Add custom action that reads elements from XML file and stores result in specified property.
The development of this story will consist from two parts:
1.Modifying WIX/Util schema to add subelement to Property
Considerations
In modern days XML files play significant role in development. Unfortunately there is no XML search procedures built in MSI (Like RegSearch or DrSearch). Adding such a functionality to WIX will help setup developers to get more helpfull information at the beginning of installation.
- It will be possible to add additional condition to installation based on some values from XML conifguration files.
- It will be possible to easyly tranfer data from one XML to other (as an example - some data the must be persistent through different versions but still is not available at design\build time)