Re: [WiX-users] Configuration update problem during install...

2009-01-26 Thread Bob Arnson
John H. Bergman (XPedient Technologies) wrote: > That did it for me, thanks. BTW, where is this documented, I hunted and > hunted and could not find it. > WiX.chm specifies that the field is formatted; the MSI SDK documents the Formatted special characters. -- sig://boB http://joyofsetup.c

Re: [WiX-users] Configuration update problem during install...

2009-01-25 Thread John H. Bergman (XPedient Technologies)
:34 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Configuration update problem during install... ElementPath is a formatted field. Try this: ElementPath="/configuration/PluginSources/add[...@key='Client'[\]]" btw, ru trying to update the value of attribute "

Re: [WiX-users] Configuration update problem during install...

2009-01-25 Thread Anupama A
ElementPath is a formatted field. Try this: ElementPath="/configuration/PluginSources/add[...@key='Client'[\]]" btw, ru trying to update the value of attribute "Client" or the name of the attribute itself? ---

Re: [WiX-users] Configuration update problem during install...

2009-01-24 Thread Bob Arnson
John H. Bergman (XPedient Technologies) wrote: >File="[WPFClient]app.config" > > ElementPath="/configuration/PluginSources/add/@key='Client'" > Value="[xpt_ClientPlugins]"/> > > To change th