You can watch the full-size original video here:
http://www.add-in-express.com/creating-addins-blog/2010/03/26/clickonce-insta...
This VB.NET sample demonstrates the abilities of the ClickOnce technology in respect to installation of an Excel add-in with advanced Excel task panes. We will show you such stages as add-in creation, installation of the first version, code adjustment, publication of changes, and finally, updating the add-in.
This sample video was captured in Visual Studio 2008 (VB.NET) with Add-in Express 2009 for Office and .net.
Read more about ClickOnce deployment with Add-in Express here:
http://www.add-in-express.com/docs/net-clickonce-solution.php
You can find more videos here:
http://www.add-in-express.com/creating-addins-blog/cat/video-howto-samples/
In fact, this sample shows just one line of code, which calls the CheckForUpdates(); method. Naturally, the method's name is exactly the same in C#.
AddinExpress 8 months ago