How to distribute a COM addin?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

A new button which will pop up a VB form from the Outlook. How do I
distribute it to all the customers? Thanks.
 
The COM addin should be packaged using either a Windows Installer package
(preferable) or with the P&D Wizard that comes with Visual Studio. I use
InstallShield, which can create a Windows Installer compatible MSI file or a
Setup.exe file that is compatible with Window Installer.
 

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

Back
Top