Re: [WiX-users] Prevent install from failing if XmlFile element doesn't exist

2009-10-08 Thread Blair
you never remove the element or the attribute? -Original Message- From: Evan Beeton [mailto:ebee...@informasoftware.com] Sent: Wednesday, October 07, 2009 11:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Prevent install from failing if XmlFile element doesn't exist

[WiX-users] Prevent install from failing if XmlFile element doesn't exist

2009-10-07 Thread Evan Beeton
Hello, I'm very new to WiX and Windows Installers in general. I'm writing an installer that's a new add-on for an existing product. The existing product has an XML file that I need to update. The new installer uses XmlFile setValue to "rename" a specific attribute in that XML file upon installation