Yes, that's what I suspect.

The properties are declared in a CustomTable as follows;

 <CustomTable Id="SP_Property">
    <Row>
      <Data Column="Property">SP_property_name</Data>
      <Data Column="Value">our_value</Data>
      <Data Column="Condition"></Data>
      <Data Column="Hashed">0</Data>
    </Row>

(as opposed to the usual <Property /> elements.  I think one of the custom
actions is resposible for copying these values in.)

We then reference these in wix as follows;

<util:XmlFile Id="file1" Action="setValue" File="[#Config]"
ElementPath="/configuration/applicationSettings/setting"
Value="[SP_property_name]"/>





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Patching-tp7579825p7579837.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to