Share via

It's impossible to load custom add-in manifest.xml in Word

Anonymous
2025-07-02T13:31:07+00:00

I have created an add-in for Word Desktop.
I now have a manifest.xml file for the add-in, that is hosted on Github Page.

I don't want to publish this add-in on the Windows AppSource, as it will only be used by a few colleagues.

I want to share the manifest.xml file to them, so they can add the add-in using this file.

I'm not able to find the way to load a manifest.xml file from Word Desktop.

How to load an add-in from a manifest.xml file on Word Desktop ?

However, on Word Online, I'm able to do : Add-in > Advanced > Load my Add-In

Word Version : Microsoft Word 365 MSO (Version 2505 Build 16.0.18827.20102) 64 bits

Microsoft 365 and Office | Word | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2025-07-02T14:27:23+00:00

    Hi Maxime CHARRIERE,

    Thank you for posting in Microsoft Community.

    Regarding to your description and based on my understanding, I'd like to suggest a few steps to load a custom Add-in from manifest.xml in Word desktop that is use a shared folder (network share) as an add-in catalog, it will allow Word to trust add-ins from that specific location.

    Step 1: Host Your manifest.xml file on a network share

    • Create a shared folder on your local network that all your colleagues can access (e.g., \YourServer\SharedAddins or a SharePoint document library folder synced to local drive).
    • Place your manifest.xml file inside this shared folder.

    *Note: While your manifest is hosted on GitHub Pages, for direct sideloading from Desktop, using a local network share is the common sideloading catalog approach. Alternatively, if your colleagues can directly access the GitHub Pages URL, they might need to use a slightly different approach as outlined in documentation on how to add a shared catalog via URL, but the network share is typically simpler for small groups.

    Step 2: Configure Word desktop to trust the shared folder as an Add-in Catalog

    *Please encourage each colleague who needs to use the add-in to do this step once on their Word Desktop application:

    1. Open Word > File > Options.
    2. In the dialog box, select Trust Center from the left pane.
    3. Click Trust Center Settings... button.
    4. In the Trust Center dialog box, select Trusted Add-in Catalogs from the left pane.
    5. In the Catalog URL field, enter the network path to your shared folder where the manifest.xml file is located (e.g., \YourServer\SharedAddins).
    6. Click Add catalog.
    7. Check the Show in Menu checkbox next to the newly added catalog.
    8. Click OK to close all dialog boxes then restart Word

    Step 3: Insert the add-in in Word

    1. Open Word > Go to the Insert tab on the Ribbon > Add-ins group > My Add-ins.
    2. In the Office Add-ins dialog box > Shared folder (or My Organization if deployed via Centralized Deployment) tab at the top.
    3. You should see your custom add-in listed there. Select it and click Add.

    Important Notes:

    • Office Add-ins vs. COM/VSTO Add-ins: This is different from older COM or VSTO add-ins, because they're have different installation methods.
    • Centralized deployment (for Admins): If your organization has Microsoft 365, an administrator can centrally deploy the add-in to specific users or groups via the Microsoft 365 admin center. This makes the add-in appear directly under the Admin Managed tab in My Add-ins without users needing to configure Trusted Add-in Catalogs. This might be another option if you have an admin involved.

    For more detailed information on sideloading Office Add-ins, you can refer to: Sideload Office Add-ins for testing from a network share - Office Add-ins | Microsoft Learn

    I hope this helps. If you have any further questions or concern, please don't hesitate to let me know.

    Best Regards,
    Mia - MSFT | Microsoft Community Support Specialist.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2025-07-02T15:37:08+00:00

    Hi Maxime CHARRIERE,

    I'm glad to hear the solution worked and your colleagues are now able to access the workspace and thank you very much for confirming!

    And regarding the differences between Word Online and Word Desktop, as far as I know, this is due to the fact that they’re built on different underlying platforms and have evolved separately over time. This kind of variation is quite common in product development.

    We also truly appreciate you sharing the exact menu path you used:
    Home > Add-ins group > Add-ins command > Advanced... > Shared Folder > MyAddinName
    Your input is incredibly valuable for other users who may face similar situations.

    If you think the reply in the thread could help others in a similar situation, could you please mark it as the answer? This helps others quickly find relevant information and supports the community.

    Image

    Your input is greatly appreciated and helps improve the experience for everyone. If there’s anything else I can do to assist, please don’t hesitate to let me know.

    Glad we could help!

    Best regards,

    Mia - MSFT | Microsoft Community Support Specialist.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-07-02T15:11:40+00:00

    Thank you. It works!
    So, from Word Online, you can simply import a manifest.xml file.

    From Word Desktop, you need to add the manifest.xml file to a shared folder. Strange.

    For your information, on my version of Word, the process was slightly different to add an add-in.

    1. Go on Home > Add-ins group > Add-ins command >Advanced... > Shared Folder > MyAddinName

    Was this answer helpful?

    0 comments No comments