[WiX-users] util:XmlConfig: can attributes be updated, or can they only be added or removed?

2013-03-22 Thread Derrick Claar
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 dum

Re: [WiX-users] Using Property's values in Messages

2013-03-14 Thread Derrick Claar
Thank you Steven, I like the logging option and am running with that for now. On Thu, Mar 14, 2013 at 3:00 PM, Steven Ogilvie wrote: > Classification: Public > Oops > > String tempString = session["MyProperty"]; > > -Original Message- > From: StevenOgilvie [mailto:sogil...@msn.com] > Sen

[WiX-users] Using Property's values in Messages

2013-03-14 Thread Derrick Claar
Hey all, can anyone tell me if there's a way to display the value of a property? I'm doing registry searches for different product install directories, and would like to display them to the QAs running the installer. -- Ev