Unregister COM-Add-In

O

Oskar Vaia

Hy,

i have build an Outlook COM-Add-In with VB.NET. It works fine.
Now i want to unregister the COM-Add-In. How can i effort this?
It is not possible to do this with the Outlook-COM-Add-In-diaologbox because
the COM-Add-In was build for "all users" and not only for "the current
user", so the key was registered in the HKLM.

bye

Oskar
 
P

Paul Bobrowski

The AddinNameAndPath should be the full path and name of the Addin-dll. ex.
c:\program files\myAddin\myAddin.dll

If you are unable to unregister the Addin-dll due to possible changes to the
interface due to a recompile and such, you can fire up regedit and do a
search for the Addin's name. Delete any folders containing it which appear
to be dll registration related. You should have 3 different folders if my
memory servers me correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top