I have developed a Outlook Addin using VSTO in Visual Studio 2010, on Windows XP/SP 3.
- Build the VSTO solution, and I open Outlook 2010.
- I see that the Add in has been installed. ( which is strange ).
- Shut down Outlook.
- Clean the VSTO solution 5) Open Outlook 2010, the add in is not there.
So I believe Outlook understands that an Outlook add in is there, but I dont want the mentioned behaviour.
What am I looking for :-
I have created the installer using ClickOnce .
I should only see the Outlook addin , once I have executed the installer.
Any ideas shall be helpful.