Bugs item #1271617, was opened at 2005-08-25 04:16 Message generated for change (Settings changed) made by robmen 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: Nobody/Anonymous (nobody) 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: SourceForge Robot (sf-robot) Date: 2005-09-30 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2005-09-16 16:16 Message: Logged In: YES user_id=518766 Sorry, I should have read the description before closing this. It's now pending (meaning it will be fixed in the next integration back). ---------------------------------------------------------------------- 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
