Brian Rogers wrote:
> I'm using WiX v3 to build an installer.  As part of my install process, I 
> need to read an XML file (packaged with my installer), extract all child 
> elements of the root element and insert the elements into another XML file 
> (already installed on the system).  I currently achieve this using a managed 
> DLL I created which I invoke using InstallUtil.  This works, but I wanted to 
> know if there is any chance that there is already a properly written 
> CustomAction for this in WiX.
>   

WiX's XmlFile/XmlConfig elements support the latter but we don't have an 
XML reader CA at present.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to