Bugs item #1477227, was opened at 2006-04-26 20:47 Message generated for change (Settings changed) 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: Closed Resolution: Fixed Priority: 5 Private: No 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 ------------------------------------------------------------------------- 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
