XML Schema for customizing Office 2010 Ribbon

Trindaz picture Trindaz · Sep 28, 2010 · Viewed 7.5k times · Source

I've seen plenty of examples around the internet on how to add a button or group etc. to the Ribbon, but no reference to an XML Schema document that will explain exactly what all my options are for writing the XML for my own custom ribbon tabs and groups. Does anyone have a link for this?

Cheers, Dave --Trindaz on Fedang #office-2010-customization

Answer

Paul Harrington picture Paul Harrington · May 8, 2012

It was unclear where Office2010FluentUISchema.exe was installing the schema (after accepting the EULA, the installer flashed up some dialogs so quickly that I was unable to read them) so I observed it via Procmon and found that the schema got installed to a top-level directory called 'Office 2010 Developer Resources'

C:\Office 2010 Developer Resources\Schemas>md5sum customui14.xsd e201ed5204216fbe8e84e45c884d2adc *customui14.xsd

~~ Edit by Martin Rüegg (sorry, I'm not entitled to leave comments yet.)
In case you only need the customui14.xsd, then you can just unzip (e.g. with 7zip) the Office2010FluentUISchema.exe (twice) and there you are.