Sample Media Center 2005 Add-in download

To try and make things easier for anyone looking to experiment with building add-ins for Media Center 2005 I've packaged up the add-in from my previous post on how to build an add-in (there was an error in the registration file I provided in the post - I've fixed that).  You can download it here.  I've included a couple of batch files to install and uninstall the add-in - note that these assume gacutil.exe is in the path.  Also note, gacutil shouldn't really be used to install add-ins, it's only for development purposes, to install an add-in you should register the add-in using an MSI based installer.

I'm working on a VB sample as well.  VB is not a language I particularly enjoy so it's taking some time.  In the meantime, I hope the C# example helps.

("Use of included script samples are subject to the terms specified at https://www.microsoft.com/info/cpyright.htm" )