emraldinho
emraldinho

Reputation: 497

Desktop Shortcut for MS Word office-js addin?

Is it possible to create a desktop shortcut for a MS Word Office-JS add-in?

Documentation does not have anything.

Upvotes: 0

Views: 57

Answers (2)

Eugene Astafiev
Eugene Astafiev

Reputation: 49397

No, it is not possible. Office web add-ins are just web applications loaded by the embedded web browsers (or standalone in case of Office on the web). They are not designed for running like a standalone application and depend on the OfficeJS library.

Upvotes: 1

Rick Kirkham
Rick Kirkham

Reputation: 9659

I'm afraid that this is not possible. An Office add-in can only open in the context of an open Office document.

Upvotes: 1

Related Questions