Deploying MS Word add-in

P

Petyo Milotinov

Hello!
I have developed a MS Word add-in in C# (Visual Studio .NET 2003).
There is no problem to deploy the add-in with the generated MS
installer.
I also created signed CAB setup project. It contains my assembly and
dependent .NET assemblies. My question is how can I install that CAB via IE
(the way ActiveX objects are installed)? I mean is it possible to register
the COM interop object and to create necessary registry keys (so Word can
recognize it as an add-in) via CAB setup by IE?
Thanks in advance!

Best regards,
Petyo Milotinov
 

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