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. During uninstall, XmlConfig is used to
delete the element with that attribute.

The upshot is that if you install then uninstall, that XML element no
longer exists; this causes the XmlFile setValue to fail if you
re-install. What I'd ideally like to do is "rename" the attribute if it
already exists, and create the whole element if it doesn't. Is it
possible to do this?

Thank you

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to