I've created an Outlook 2010 addin and a setup project to create and msi that would install the addin. On right-click and Install on the Setup project, I see the addIn in Outlook, but on clicking the XXX.msi file I fail to see the addIn in Outlook. Another difference I see is on trying to install it using the XX.msi file it gets installed successfully and also see an entry of it in the ControlPanel - Programs and Features list. On the contrary when I right-click and install, I do not see it in Programs and Features.
I've followed this link to create the setup project. Also changed the registry key from HKEY_USER to HKEY_MACHINE. - http://blogs.msdn.com/b/mcsuksoldev/archive/2010/10/01/building-and-deploying-an-outlook-2010-add-in-part-2-of-2.aspx Any ideas ? Thanks.