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
: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 "
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?
---
John H. Bergman (XPedient Technologies) wrote:
>File="[WPFClient]app.config"
>
> ElementPath="/configuration/PluginSources/add/@key='Client'"
> Value="[xpt_ClientPlugins]"/>
>
> To change th
4 matches
Mail list logo