Kevin Burton wrote:

Do you know the syntax of XmlConfig? I am using Wix 2.0 I don't find XmlConfig in the documentation I must need to upgrade to the "unstable" verstion 3.0. Correct?


No. XmlConfig was back-ported to v2. You might need to upgrade your build of v2.

With XmlConfig there is a Path and a VerifyPath. The documentation indicates that it is required for 'delete'. Again an example syntax would help.


<XmlConfig Id="x" File="[#TestXmlFile1]" ElementPath="/Root" VerifyPath="New" Action="delete" Node="element" On="uninstall" />

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to