
I think if you decorate the ExcelRibbon-derived class with both [Guid] and [ProgId] attributes, these will be used instead of the generated ones.
I think you can also set the FriendlyName and Description properties of that class in your constructor, then it will be used at registration time.
public string FriendlyName { get; protected set; }
public string Description { get; protected set; }
Let us know if this works.
-Govert

--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/exceldna/1548327c-e725-4b5d-a831-69341798c259n%40googlegroups.com.