Guest
Guest
|
Hi guys,
1) out of delphi i can register/unregister the addin, how can i do that outside of delphi?
2) when i unregister the addin from delphi the commandbar still appears in e.g. word.
can you help me to solve the problem?
regards,
lukas z. |
|
Eugene Starostin
Guest
|
Hi Lukas,
1. You can use regsvr32 to register/unregister an add-in. Usually installers support this feature.
2. Have you close Word before? In any case to "hardly" remove a command bar you can use Tools | Customize. |
|
Guest
Guest
|
hi eugene,
i have closed word before. is there any possibility to force the removal of the commandbar except the Tools | customize method?
|
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hello Lukas,
is there any possibility to force the removal of the commandbar except the Tools | customize method?
Yes, there is not only a possibility but a code that removes command bar controls and command bars from MS Word while an add-in is being uninstalled. But highly seldom after uninstalling MS Word doesn't store these changes in its Normal.dot template. So we will get MS Word to store this template after uninstalling an add-in.
Sincerely,
ADX Support Team |
|