Feature Requests item #1188995, was opened at 2005-04-24 10:17 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1188995&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: binder Group: None Status: Open Priority: 5 Submitted By: Jonathan Payne (jwpayne) >Assigned to: Derek (derekc) Summary: Add File/@ForceLanguage Initial Comment: It would be useful if the File tag had a ForceLanguage attribute. This would make it possible to avoid ICE03 warnings when including files that have more than four languages without suppressing all language output. Also see: http://sourceforge.net/mailarchive/message.php?msg_id=10823978 I have attached a quick patch against sources-2.0.2722.0.zip that implements this but I think there must be a neater way of passing the languages to the binder. I have sent in the WiX assignment agreement but I am not sure what the correct way of suggesting patches is. Jonathan Payne ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-04-08 13:42 Message: Logged In: YES user_id=518766 What is the specific ICE error that you see? In general, its a bad idea to lie to MSI about the languages/version/hash/size of a file because during maintenance mode, patching, and collisions it may look at these values. If the problem is that the string is too long and it overflows the declared column length then I think we need to get the column length increased - in fact there is an open request to the MSI team right now to do just that since other people are hitting this as well. Ideally, we'd just like that column to support an unlimited number of characters since a file could theoretically have an unlimited number of languages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1188995&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
