user812035
user812035

Reputation: 21

Loading of word Addin in MS Word

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

Upvotes: 2

Views: 477

Answers (1)

DarinH
DarinH

Reputation: 4889

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.

Upvotes: 1

Related Questions