Shared Folder is missing in the Office My Addin ribbon.

YaoZong Wang (汪耀宗) 1 Reputation point
2023-08-17T02:55:28.4333333+00:00

I have developed a PowerPoint add-in and provided it to my colleagues using a network shared folder, for example: \myPC\my_addin.

I followed the instructions provided in this link: https://learn.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins#share-a-folder.

Colleague A was able to install and use the add-in successfully.

However, after restarting PowerPoint, colleague B cannot see the 'SHARED FOLDER' in 'My Add-ins'.

Colleague B's version of Office is 2208 (15601.20680).

PS: I have verified the correctness of myPC\my_addin\manifest.xml.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,770 questions
PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
334 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,340 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenXu-MSFT 24,911 Reputation points Microsoft External Staff
    2023-08-17T08:43:13.85+00:00

    Hi @YaoZong Wang (汪耀宗),

    It's possible that colleague B's Office application is not configured to trust the shared folder as a catalog for add-ins. Follow the instructions in the "Specify the shared folder as a trusted catalog" section of the Microsoft documentation to configure the trust manually or with a registry script. Once the shared folder is added as a trusted catalog, colleague B should be able to see the 'SHARED FOLDER' in 'My Add-ins'.

    Reference:


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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