Bugs item #1541629, was opened at 2006-08-16 16:05 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1541629&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: candle Group: v3.0 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: skd123us (skdutta) Assigned to: Derek (derekc) Summary: Need ref to Binary in Fragment Initial Comment: I have the following code: <Fragment Id="Fragment_Binary"> <Binary Id="LogoBanner"SourceFile="Binary\banner.jpg" /> <Binary Id="AdminBackground" SourceFile="Binary\AdminBackground.jpg" /> </Fragment> I am trying to use the fragment using: <FragmentRef id="Fragment_Binary"/> and it is giving warning on candle (saying that FragmentRef is deprecated). I do not see any BinaryRef node and I want to use fragments,. Is this a bug? ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-08-17 22:40 Message: Logged In: YES user_id=518766 FragmentRef was deprecated because better mechanisms now exist to reference things (like PropertyRef, CustomActionRef, etc...). I'll close this bug, but I'm still not entirely certain why your scenario was using FragmentRef - please send mail to wix-users for assistance with migrating away from wix-users (provide some code examples if you can - that really helps illustrate things). ---------------------------------------------------------------------- Comment By: skd123us (skdutta) Date: 2006-08-17 22:26 Message: Logged In: YES user_id=1103793 Derek, This not really a binary file. This is a WiX file from the last year which had a bunch of <Binary... statements and I had put them in a file using fragment. Now the current version complains that I should not use FragmentRef. Okay so how can I modularize all the binary statements in a separate file. Maybe it is not a bug. Somethng that has changed and I have not kept up with. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2006-08-17 21:56 Message: Logged In: YES user_id=518766 No, this is not a bug (perhaps a missing feature though). Why do you want to include an arbitrary binary in the MSI? What happens with that binary? ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2006-08-17 08:17 Message: Logged In: YES user_id=26581 Not a bug. Please use the wix-users mailing list for support. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1541629&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
