Bugs item #1966509, was opened at 2008-05-18 18:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1966509&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: dtf Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Maciej Oszutowski (imag0r) Assigned to: Jason Ginchereau (jasongin) Summary: Resource class doesn't handle named resource types Initial Comment: ResourceType field of Resource class is not processed correctly when it has to deal with named resource types. The DTF documentation says about ResourceType: "Gets or sets the type of the resource. This may be a user-defined type if it doesn't match any of the ResourceType enumerated values." Unfortunately the value for named resource types is file-specific, so it can't be used to recognize the types correctly. My suggestion: change ResourceType from enum to string, exactly same as it is done in Name field. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1966509&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
