Bugs item #1477227, was opened at 2006-04-26 20:47 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1477227&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: wixui Group: None >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: david (dextersinister) Assigned to: Bob Arnson (barnson) Summary: Projects built with wixui.wixlib have no error table Initial Comment: Projects built with wixui.wixlib and WixUI_en-us.wxl localization file have no error table in the resulting MSI package. ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2006-05-03 14:57 Message: Logged In: YES user_id=26581 Updated wix.chm ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2006-04-26 23:25 Message: Logged In: YES user_id=26581 That's as designed. The .wxl includes the strings but they're not referenced unless you add a <UIRef Id="WixUI_ErrorProgressText" /> to your project. That way, you get the default UI-locale strings MSI provides. If you reference WixUI_ErrorProgressText, you get the stock <ProgressText> and <Error> strings. I'll leave this bug open to make sure it gets documented. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1477227&group_id=105970 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
