/build/static/layout/Breadcrumb_cap_w.png

Winword Dropdown

Hi,

I have a packaged app that when uninstalled, it doesn't remove a menu item from MS Word. I'm using Office 2003. When I go to "File" and the menu comes up, there is an item that is still there and I need it removed for my uninstall to be completed. Where can I check for this menu item and remove it?

Thanks

0 Comments   [ + ] Show comments

Answers (6)

Posted by: slay_u 14 years ago
Orange Belt
0
Is it some kind of an Addin that you are uninstalling ?

Analyze your addin package and see where are the registries and the files being installed to, if you manage to uninstall all these, then you should get rid of the menu item!!
Posted by: MsiCreator 14 years ago
Senior Yellow Belt
0
Most of the time addins are placed in INSTALLDIR\Addin folder or regsetry if it is for excel then path would be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins.
Active setup is the good way to handle uninstallation of addins.
Posted by: yuri 14 years ago
Orange Belt
0
You could check in Word where the AddIn/Template source is via: Menu - Tools - Templates and Add-Ins

Most templates can be found in:
Program Files\Microsoft Office 2003\OFFICE11\STARTUP
Documents and Settings\<USERNAME>\Application Data\Microsoft\Word\STARTUP
Posted by: Secondlaw 14 years ago
Third Degree Blue Belt
0
The addin is in the STARTUP folder. If I remove the addin from the startup folder, it still appears under the menu item. Strange. It won't seem to go away. This is an MSWord addin.
Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
hi there are lots of stuff on excel add ins

using a custom action for the install and uninstall of the add in should all work
Posted by: anonymous_9363 14 years ago
Red Belt
0
I'd wager a considerable sum that the original installer included a Custom Action which added the menu item but failed to include a companion CA for uninstallation purposes: it's surprisingly common. Or it could be that the add-in itself adds thye menu item but also fails to account for its removal. Developers can be a bit like that: "who would [I]ever[/I] want to remove my lovely application?"

The thing to do is to record the removal of the menu item in Word itself, after which you end up with some VBA. This is easily converted to VBScript. Most of the time, all you need to do is remove the data typing from variables, so that, for exampleDim objWord As Word.ApplicationbecomesDim objWordOnce you have the code, drop it into a VBS and test. If all goes well, slam it into a Custom Action, remembering to condition the CA withIF REMOVE~="ALL"so that it only executes at uninstall time.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ