I am attempting to create an install package for a VSTO add-in I've written for Microsoft Outlook 2010 and 2013. I wish for it to be simple to upgrade this plugin as it will be deployed to a great many clients.
I am however encountering a problem after deployment of this add-in. It shows up in Add/remove programs as two programs, the install package I create and the VSTO add-in after Outlook has run the .vsto-file. This means that in the event that the user would want to uninstall the add-in he or she will have to uninstall two applications. The same goes for upgrading I figure.
Any ideas here guys?