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