How can I build a common installer for office 2007 / 2010 and 2013 ?
There are difference in csproj files (There are different host packages ids)
What is the best way to build a common addin that will work on all the hosts of Addins ?
I have tried the following - I created an addin application for 2007 in Visual studio 2010. I was able to build a installer using Setup project(msi) in VS2010. It worked well with outlook 2007 and 2010. (Made registry changes / file setups).
This link was useful : http://msdn.microsoft.com/en-us/vsto/ff937654.aspx
The installation with Click once was useful. Since there were some additional files which I had to include. So selected custom installers.
Now the next step was 2013. I used the same installer on 2013. It crashes. I get an exception indicating a stack overflow.
Note : I have developed the application using Visual studio 2010 for OUtlook 2007 and 2010 addin using C#