Bugs item #1765036, was opened at 2007-07-31 17:40 Message generated for change (Comment added) made by robmen 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: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: patria (chesong) >Assigned to: Rob Mensching (robmen) 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> ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2008-05-14 22:51 Message: Logged In: YES user_id=991639 Originator: NO Correct. Fixing this bug would be very invasive. This issue has been addressed in WiX v3. ---------------------------------------------------------------------- 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
