Bugs item #1888450, was opened at 2008-02-06 17:09 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1888450&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: Invalid Priority: 5 Private: No Submitted By: Ryan Gregg (dactylx) >Assigned to: Rob Mensching (robmen) Summary: TypeLib Version Appears as Hex, not decimal Initial Comment: Using the <TypeLib> attribute in my WXS, specifying a type library whose version is 14, causes an entry in RKCU\TypeLib\ with the version key e.0, instead of 14.0. My WXS file has the following under a <Component> node: <TypeLib Id="..." Advertise="yes" Language="0" MajorVersion="14" MinorVersion="0" ... /> (Some parts omitted) ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2008-05-02 01:07 Message: Logged In: YES user_id=991639 Originator: NO I was looking for a better description of the major.minor versions supposed to be hex and this was the best I came across: http://support.microsoft.com/kb/817056. There was a bug a long time ago that WiX actually was using decimal and was supposed to use hex. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1888450&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
