Invoke AutoUpdater from RibbonButton

Hi!

I'm using a Ribbon control in my C# Windows Form (.NET 4.0) application. As such, I don't have a MenuItem or ToolStripItem to invoke the update process via the AutomaticUpdater.

How do I manually invoke the update process (as if the user selected the Menuitem or ToolStripItem) from another control, such as a RibbonButton?

Many thanks!

Woops, that would be automaticUpdater.ForceUpdate() then! 🙂