Reputation: 164
I am having problem with installing addin for Outlook 2016. Client installed office from Microsoft Store on Windows 10. So I don't see Outlook files on his computer, but he can normally use application.
My addin is using click-once installation. I tried install addin using setup and adding from outlook:
Installation completes with no errors, but addin does not appear on the list. If I am installing addin on computer where Outlook installed like application (not from Microsoft Store) everything works. Does anyone have idea how can I solve this problem?
Upvotes: 1
Views: 146
Reputation: 66245
Outlook Centennial is running in a sandbox, just like any other Microsoft Store app - you cannot see inside its sandbox, but it can peek out.
Make sure your addin's registry keys are still created in HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins - Outlook will check that registry key on startup.
Upvotes: 1