Right now with our PowerPoint office add-in we are loading the add-in during document open time using office.addin.setStartupBehavior(Office.StartupBehavior.load). For the users who already have the add-in, the experience is great when they open the document. But, for others who don't have the add-in they are getting an error popup "This add-in is no longer available: ..." when they open the document that is saved with the office add-in.
Can you add some behavior to conditionally load the add-in in the document only if the user has it.
1 Comment
- clangfordCopper Contributor
This would greatly improve the add-in experience for our users.