Hi all,

Struggled with this one for the last few hours and finally found what I'd
like to think is just a work-around.  What I'm trying to do is add a node
to an xml config during install using Node="document" and then CDATA to add
the whole xml element.  One of the attributes is just set to a dummy value,
so my next sequence step is to try to update the attribute's value with a
property that holds the correct value.

Along with wanting to know if there's a better way to do this, I also
wanted to express that I could not find a correct set of args for XmlConfig
that would allow me to update the value of the attribute.  What I'm doing
instead for now is to just leave the attribute out of the CDATA and then
add it as my update to the element.  That's working, but I can foresee a
time when I'll need to "update" an attribute, and I'd really like to know
how to do that : )

Thanks!
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to