create setup project for outlook add-in (how to)
I've developed my first Outlook add-in and I need to create an msi to distribute this add-in. I'm having some trouble finding a guide as to what I need to do. I created a setup project that included the primary output of the solution, and this did not work.
The addin works fine when I run in debug mode. So I know that it's something that I'm missing in the setup project.
Can somebody please give me a quick overview of what I need to do to get started? Maybe provide a link to a walkthrough?
I'm running VS 2010, and I've developed the Add-in for Outlook 2010, using the .net 4.0 framework.
Thank you...
Re: create setup project for outlook add-in (how to)