0

I'm trying to deploy Word Add-ins on documents via WOPI hosted application using an On Premise Office Online server.

I have enabled addins on my OOS instance using following Powershell command:

Set-OfficeWebAppsFarm - OfficeAddinEnabled:$true

However when I open a document and click on Insert/Office Add-ins, I get the following error: Error: Please add or enable add-in catalogs from the Trust Center

My question is how do I access Trust Center and enable add-in catalogs?

1 Answers1

0

The Trust Center is available in any Office application on the computer by navigating File | Options | Trust Center. Depending on whether you are using a network share as the catalog or a SharePoint catalog, you'll find detailed instructions at one of these articles:

In the future, please tag questions about Office Web Add-ins with office-js.

Rick Kirkham
  • 221
  • 1
  • 2
  • 4