Office Add-in offline installation

Johannes Boyne 21 Reputation points
2022-10-17T07:54:38.343+00:00

Hi everyone,

Many of our (enterprise) clients have blocked the Microsoft AppSource for their users and would prefer an application installer that does not require loading the add-in via AppSource.
It would be great to also be able to deploy office add-ins written in Type-/JavaScript offline in a packaged way.
Building the add-in in web-technologies is truly great and the Office add-in JS-API is working quite well, thus, a more flexible deployment could expand the reach of such add-ins.

Is there any possibility today to do the above described?

Cheers,
JB

Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Microsoft 365 Publishing
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eugene Astafiev 891 Reputation points
    2022-10-17T10:53:58.727+00:00

    Your web add-in is hosted on any web server, so you don't need to distribute any files like you did in case of VSTO add-ins. Only the manifest file is required for installing the add-in in Outlook or Office365/Exchange admin center. You may upload it to any web server as well and provide a link to that file to your customers. The Deploy and publish Office Add-ins article describes all possible ways of installing Office add-ins.

    As a side note, Office add-ins are cross-platform, do you know any installer which works for all kind of platforms?

    Anyway, feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: Type: product feature request at https://aka.ms/M365dev-suggestions .


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.