Bugs item #1765036, was opened at 2007-07-31 20:40
Message generated for change (Settings changed) made by chesong
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1765036&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
>Group: v2.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: patria (chesong)
Assigned to: Nobody/Anonymous (nobody)
Summary: Localized strings in CustomTable Row Data are not processed

Initial Comment:

Localized strings in CustomTable/Row/Data are not processed from the light.exe 
and those are shown as they are like $(loc.FirstAction) in MSI database.

Follows an example:

<CustomTable Id="MyCustomTable">
<Column Id="Id" Category="Identifier" Type="string" PrimaryKey="yes"/>
<Column Id="LocalText" Category="Text" Type="string" Localizable="yes" />
<Row>
<Data Column="Id">FirstAction</Data>
<Data Column="LocalText">$(loc.FirstAction)</Data>
</Row>
</CustomTable>




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1765036&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to