Re: [WiX-users] util:XmlFile question

2008-05-08 Thread Rob Mensching
. but none seems very suspect. XmlConfig was created to address those problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Qiu, Wenning Sent: Thursday, May 08, 2008 11:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] util:XmlFile question

[WiX-users] util:XmlFile question

2008-05-08 Thread Qiu, Wenning
I am evaluating the functionality of WiX XmlConfig/XmlFile elements. Using util:XmlFile with Permanent="no", I am expecting the element node to be created when the msi is installed and removed when the product is uninstalled. The code is as follows: The element node 'First' gets created when i