Uninstalling Office 2007 Add-Ins

by dboynton 3/30/2008 1:35:00 PM

If you read this blog regularly, I usually try to tackle relatively big topics and wax philosophical on any number of topics, thus the tag line "A Shotgun Approach to architecture." But this post will be different in that I'm actually providing some useful, hands-on information. Imagine that, from an architect even.

RegEditAddinsI've been talking to audiences a lot lately about building customer applications, or add-ins, for Microsoft Office using Visual Studio 2008. In this vastly expanding world of software plus services, Office stands as an excellent example of extending the base functionality of an existing piece of software to meet individual user needs in an environment that is instantly recognizable and comfortable for them.

Installing add-ins for Outlook 2007 using Visual Studio 2008 is a piece of cake -- simply code, build and deploy. In fact, your add-ins are installed into Outlook as part of the debugging process as well.

While this is cool and simple to use, it can have some undesired results, like having half finished or abandoned projects sitting in Outlook throwing errors every time you read or compose email. I actually ran into this problem this last week after doing some demos at the Windows Server/Visual Studio/SQL Server 2008 product launch in Kansas City.

I quickly discovered that there is no automatic way to uninstall these add-ins once they're installed, at least none that I was able to find. Ultimately, I discovered how to remove them and it requires a simple trip into the Windows registry ( oh joy!).

First, you'll need to open the registry editor and drill down to HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins. When you open this key, you'll see a list of sub-keys, each of which represent an add-in for Outlook.

Simply find the key for the add-in you wish to uninstall and delete it. You will, of course, need to restart Outlook for the change to take place.

And the good news is that the process is identical for Word and Excel as well.

Hopefully add-in management will be better integrated into Office in future version. For now, this simple process should get you where you need to go.

Technorati Tags: ,,

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Office Development

Related posts

Comments

4/22/2009 10:14:06 AM

Pete

Another great way to manage Add-Ins is to use the trust centre in Outlook.

Tools -> Trust Centre -> Manage Add-Ins

Pete

8/31/2009 8:17:06 PM

social bookmark

Great post! I never known that the genuine add-ins of MS Office 2007 can cause some problems. By the way, if Microsoft makes an installation process so easy, they should allow users to uninstall it easily too.

social bookmark us

Powered by BlogEngine.NET 1.3.0.0
Theme by Mads Kristensen

About the author

Denny Boynton Denny Boynton
Microsoft Architect Evangelist by day, wannabe rock 'n roll star by night! Want more? Here's my bio.

E-mail me Send mail

    follow me on Twitter


    Calendar

    <<  September 2010  >>
    MoTuWeThFrSaSu
    303112345
    6789101112
    13141516171819
    20212223242526
    27282930123
    45678910

    View posts in large calendar

    Recent comments

    Authors

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2010, Denny Boynton

    Sign in