How to Publish and Deploy PowerPoint Add-In

Sathish Nadarajan
 
Solution Architect
January 22, 2021
 
Rate this article
 
Views
1675

We saw the creation of PowerPoint Add-In in the earlier article.  As a continuation, in this article, let us see how to Publish and Deploy the Add-In to various users.

There are many ways, we can do the deployment.  But basically, as I mentioned in the earlier article, there are two components which we need to be focused on.  The Web and the Add-In Manifest.xml.

First, the Web needs to be deployed in any of the public website or in Azure Service Application.

Then the publish the App as well.  While doing this, provide the URL of the AppWeb.  Then distribute this XML file to the end users.  We will see them step by step below.

  1. Publish the App Web to Azure. Doesn’t require much explanation.  Please refer to the below screen shots.

 

 

  1. Once the App Web is deployed, ensure that you are able to access your files using the URL. And give the App Service anonymous permission based on your requirement.  This URL will be helpful for us when we publish the App Project.
  2. Right Click on the App Project and click Publish.

4. Once, the Publish is success, then the Manifest.XML will be generated.

5. This XML is the distributable to other users. There are many ways to do this.  Its better explained in the below article. https://docs.microsoft.com/en-us/office/dev/add-ins/publish/publish

6. I tried the SharePoint Catalog (For Windows) and the Side Loading (for Mac) for the testing.

 

SharePoint Catalog:

  1. Open the AppCatalog and upload the Manifest.XML to the “AddIns for Office” Section.
  2. Login to PowerPoint with the Same tenant user.
  3. Open the PowerPoint.
  4. Click on the Insert Tab -> Get AddIns

  1. On the Popup, go to the My Organization Tab, we should be able to see the Uploaded AddIn.

  1. Select that.
  2. It will start appearing on the Ribbon.

 

Side Loading for Mac:

  1. Open the path /Users/<username>/Library/Containers/com.microsoft.Powerpoint/Data/Documents/wef
  2. If we don’t see the wef folder, then create
  3. Upload the XML file in the path.
  4. Restart the PowerPoint
  5. We should be able to see the Add-In appearing on the Ribbon.

Request the readers to go through the above mentioned link for further information.

 

Happy Coding,

Sathish Nadarajan.

 

 

Author Info

Sathish Nadarajan
 
Solution Architect
 
Rate this article
 
Sathish is a Microsoft MVP for SharePoint (Office Servers and Services) having 15+ years of experience in Microsoft Technologies. He holds a Masters Degree in Computer Aided Design and Business ...read more
 

Leave a comment