Discussion:
IDTExensibility2 COM ADDIN how to remove
(too old to reply)
DXJas
2006-03-07 19:16:26 UTC
Permalink
I followed a tutorial on office add-ins to create a simple add-in for word.
http://support.microsoft.com/default.aspx?scid=kb;en-us;302901

It worked great and put a little button on the toolbar in WORD.
But, It doesn't tell me how to remove it. The COM Add-in is not listed in
the following locations:
Tools->Templates & Addins
Tools->Customize->Commands->Categories:Tools->Commands:COM Add-Ins

How the heck do you remove it short of searching the registry and removing
the developed com object?

For distribution I'm guessing I would make a deployment project that would
properly uninstall it.

Some info would be helpful and appreciated.
Jas
--
Jas
DXJas
2006-03-07 19:35:31 UTC
Permalink
I think I figured this one out. VS.NET creates the setup project as well.
(Didn't see that before). So, what I did was installed it using the setup
project and uninstalled it using the setup project and it was gone.
Charles Kenyon
2006-03-07 20:16:46 UTC
Permalink
You uninstall it. Use the Add-Remove Programs control panel.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
Post by DXJas
I followed a tutorial on office add-ins to create a simple add-in for word.
http://support.microsoft.com/default.aspx?scid=kb;en-us;302901
It worked great and put a little button on the toolbar in WORD.
But, It doesn't tell me how to remove it. The COM Add-in is not listed in
Tools->Templates & Addins
Tools->Customize->Commands->Categories:Tools->Commands:COM Add-Ins
How the heck do you remove it short of searching the registry and removing
the developed com object?
For distribution I'm guessing I would make a deployment project that would
properly uninstall it.
Some info would be helpful and appreciated.
Jas
--
Jas
DXJas
2006-03-13 17:40:32 UTC
Permalink
Charles,
You're correct for the enduser because they will use the installer to put in
on. But the developer computer is a different story.

According to step 9 of the article all of the registration is done by visual
studio so there is nothing to uninstall. The article leaves out the step of
manually removing all of the registry entries. Building the installer and
installing/uninstalling didn't remove the original entries.

Jason
--
Jas
Post by Charles Kenyon
You uninstall it. Use the Add-Remove Programs control panel.
--
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
Post by DXJas
I followed a tutorial on office add-ins to create a simple add-in for word.
http://support.microsoft.com/default.aspx?scid=kb;en-us;302901
It worked great and put a little button on the toolbar in WORD.
But, It doesn't tell me how to remove it. The COM Add-in is not listed in
Tools->Templates & Addins
Tools->Customize->Commands->Categories:Tools->Commands:COM Add-Ins
How the heck do you remove it short of searching the registry and removing
the developed com object?
For distribution I'm guessing I would make a deployment project that would
properly uninstall it.
Some info would be helpful and appreciated.
Jas
--
Jas
Loading...