Bugs item #1507188, was opened at 2006-06-16 03:07 Message generated for change (Comment added) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1507188&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: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Thomas Freudenberg (thoemmi) Assigned to: Nobody/Anonymous (nobody) Summary: MSBuild Light task takes only a single LocalizedStringFile Initial Comment: Though Light accepts multiple localization files, the corresponding MSBuild task supports only a single file. A fix was proposed last December: http://sourceforge.net/mailarchive/message.php?msg_id=14236923 ---------------------------------------------------------------------- >Comment By: Justin Rockwood (justinrockwood) Date: 2006-12-19 21:13 Message: Logged In: YES user_id=1054914 Originator: NO This has already been fixed in Wix v3, but as a fix for v2 I added the @(LocalizationFile) item group. To pass in multiple localization files do this in your wixproj file (in v2): <ItemGroup> <LocalizationFile Include="myLocFile.wxl" /> <LocalizationFile Include="anotherLocFile.wxl" /> </ItemGroup> Checked in on 12/19/2006. ---------------------------------------------------------------------- Comment By: Thomas Freudenberg (thoemmi) Date: 2006-06-16 03:55 Message: Logged In: YES user_id=930317 I've forgot to mention the version: 2.0.4103 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1507188&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
