How to distribute a COM addin?

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 
Top