Bugs item #1271617, was opened at 2005-08-25 04:16
Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1271617&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: None >Group: v3.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Graeme Foster (graemefoster) Assigned to: Derek (derekc) Summary: "wixui_minimal.wixlib" contains no WixUI fragment Initial Comment: The wixui_minimal.wixlib file is supposed to provide a fragment called WixUI but it doesn't in wix release 2.0.3220.0. Attempting to reference it with a FragmentRef element causes an unresolved reference in light. The other WixUI wixlib files provide this fragment, and the source looks OK, so I think something must have gone wrong when building the binaries for the release. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2005-09-16 16:13 Message: Logged In: YES user_id=518766 The newest builds now work with the following authoring: <UIRef Id="WixUI" /> I'd update the documentation for the WiX UI libraries, but I couldn't find anything in the chm referencing them. ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2005-09-14 23:45 Message: Logged In: YES user_id=26581 The problem is a typo in wixui.mak. If you want to build a corrected version yourself, change WIXUI_MINMAL_OBJ_FILES= to WIXUI_MINIMAL_OBJ_FILES= ---------------------------------------------------------------------- Comment By: Graeme Foster (graemefoster) Date: 2005-09-14 04:54 Message: Logged In: YES user_id=172717 This is still a problem in 3309 (using UIRef instead of FragmentRef). Linking with "wixui_mondo.wixlib" or "wixui_featuretree.wixlib" works OK but "wixui_minimal.wixlib" still gives an error. (hope I reopened this correctly) :) ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2005-09-09 22:10 Message: Logged In: YES user_id=991639 Fixed in 3309. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2005-08-31 02:04 Message: Logged In: YES user_id=518766 These are now referenced via a UIRef (a newly supported WiX construct) with the same identifier as the previous FragmentRef in both 2.0 and 3.0. The FragmentRef will no longer work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1271617&group_id=105970 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-devs |
Free forum by Nabble | Edit this page |