在 MS Word 中加载 Word Addin
我创建了一个项目,它创建了 MS word 插件,之后我创建了它的设置项目,但问题是当我安装该设置时,单词插件未加载。 我尝试了两到三台计算机,但无法在 MS Word 中获取插件。
是否有一些程序可以在 Ms Word 中加载该插件 dll。
请帮我 谢谢
I have created a project , which creates MS word Addins ,after that i created the set up project of it , but the problem is when i install that setup the word addins are not loaded .
I tried on two to three Computers i cant able to get the addins in MS word .
Is there some procedure to load that addin dll in Ms Word .
Please help me
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题有点模糊,没有错误等,只是它们没有安装?没什么可继续的了。
无论如何,我首先要在注册表
hkcu\Software\Microsoft\Office\Word\Addins
中查找,确保您的插件已在那里注册,并且 MANIFEST 键指向有效的清单文件。
如果检查结果正确,请加载 Word 并在“插件”窗口(文件/选项/插件/Com Addins)中检查您的插件是否因某种原因被 Word 禁用。
Question is a bit vague, no errors, etc, just they aren't installed? Not much to go on.
In any case, the first place I start is looking in the registry
hkcu\Software\Microsoft\Office\Word\Addins
Make sure your addin is registered there and that the MANIFEST key points to a valid manifest file.
If that checks out, load Word and check in the Addins window (File/Options/Addins/Com Addins) that your addin isn't being disabled by word for some reason.