Office Interop addins installer?

Posted by jimbojw on Stack Overflow See other posts from Stack Overflow or by jimbojw
Published on 2010-05-07T17:02:04Z Indexed on 2010/05/07 17:18 UTC
Read the original article Hit count: 301

Filed under:
|
|

I have three C# Solutions in Visual Stuido 2008, one each for Word, Excel and PowerPoint using interop to hook various events. In each Solution, I have exactly one class, the one created by default when using File -> New -> Project -> Visual C# -> Office -> 2007.

Now that I have my addins working properly, it's time to create an installer. I understand that I may also have to distribute the PIAs. I would like my installer to register itself such that it can be uninstalled via the normal Add/Remove Programs mechanism.

My organization is somewhat standardized around WiX for creating installers, but I'm open to any suggestions. How do I produce an MSI or EXE capable of installing my addins? GUI/wizard for the installer is not necessary.

I'm happy to RTFM - so far all the tutorials I've found only explain how to create the project and do some of the coding. Maybe I'm using the wrong search terms?

Thanks in advance for any help!

© Stack Overflow or respective owner

Related posts about c#

Related posts about interop