I've read the threads on creating installers for office add-ins. I have some basic questions:
I have written an add-in each for Word 2007 and PowerPoint 2007 using VS2010. Both the add-ins work fine on my development machine.
When I 'publish' the add-ins in VS2010, the setup files are created, and using them I am able to install the add-ins on other machines. However, my preference is to use a single installer and I like AI better.
1. I created an Office Add-in installer project in AI. The wizard asks me to choose between 'VSTO Office Add-In' and 'Native Office Add-In'. What is the difference between the two and which one should I choose?
2. I chose VSTO Office Add-In and selected my VS project for the wizard to import the files from. Picked the Word add-in and it gave me a list of 'detected files' with some files selected. I clicked next and in the next dialog, I chose VSTO 3.0, Office 2007 and Word. Clicked Finish, saved, compiled. The MIS installs ok on another machine but the add-in appears inactive.
I am not sure if I need to add anymore files in the 'Files and Folders' section.
Any pointers?
~ MUTHU