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 and Office | Development | Other
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | PowerPoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenXu-MSFT 24,951 Reputation points Moderator
    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.