I have developed an outlook AddIn, I tested it and it showed up the first time and then disappeared (I assumed it was because I set LoadBehavior to 16, so I changed it to 3). Check this link for more information about LoadBehavior
Then it worked fine for me and some other people. But for some other people the Addin didn't even show up in Outlook after that, just as if it is not installed.
1-The registries are correct.
2-The loadBehavior is 3, it does not change to 2.
3-The outlook AddIn is not listed in the Active, inactive or disabled addins.
4-There is no record for it in the registry's Disabled Addins entry.
5-The only way it works is by launching the .VSTO file. The .msi installation does not enable it.
On the machine where it actually worked:
The outlook version is 2013
OS is Windows 7 x64,
.Net Framework 4.
Thi is the same configuration for the all the machines. I also looked at Fusion Log Viewer, nothing there was related to my Addin. It's like the AddIn is not detected or not considered as an AddIn. Any ideas why is it behaving in such a way and/or how to fix it ?