Re: [WiX-users] XmlConfig and XmlFile...

2007-10-09 Thread Ravikumar Gopinath
I am trying to use XmlConfig to delete an element from a xml file which was installed as part of same package. but that isn't working. If I try to modify an attribute using XmlFile for same ElementPath, it works fine. Am I missing something here? my code: Am I missing anything here? Tha

[WiX-users] XmlConfig and XmlFile...

2007-10-08 Thread Ravikumar Gopinath
What is the difference between XmlConfig and XmlFile elements? Is XmlConfig used to add/modify/delete both elements and attributes from xml files and XmlFile used to add/modify/delete attributes only from xml files? I need to install a xml file and then delete some of its elements based on som