Add-In is not registered after setup

M

Michael Cross

Hello NG,

I have developed a COM Add-In for Office with Visual Basic .NET. The
Add-In works, but I have a little problem with the installation on a
deployment machine.

After finishing the setup, the office application has not access to
the Add-In. First I have to do a regasm with the option /codebase to
make my COM Add-In available to office.

My assembly has a strong name, so I don't know why it does'nt work.
Can anybody help me? Is there a way to drop the regasm command within
the setup routine?

Any help will be greatly appreciated.

Kind regards,

Michael
 
B

Balasubramanian Ramanathan

There are two things which you have to verify in the setup project
1) Make sure that the in the properties of youraddin.dll file, register
propety should have correct value
2) Registry entires for your add-in
HKLM\software\microsoft\office\excel\addins\progid should have proper
entries...
description
friendlyname
Loadbehaviour -3

Thanks
balu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top