Skip to content
Marketing en Communicatie
Marketing & Branding
Pak grip op je merk en huisstijl in PowerPoint. Laat collega's zelf on-brand presentaties maken van het hoogste niveau.
Consultancy
Consultancy
Boost je productiviteit in PowerPoint. Neem afscheid van tijdrovende klusjes en focus je volledig op de inhoud van rapportages.
Communicatie
Communicatie
Stroomlijn communicatie door altijd de meest up-to-date PowerPoint content ter beschikking te stellen aan alle collega's.
Slidebuilder PowerPoint plug-in paketten

Installation: SharePoint
(Granular permissions)

Recommended method. Slidebuilder is granted access only to the required SharePoint location.

Before getting started...

We recommend always using the latest version of the MSI installer.

Latest version 2026.8.1 · 28 August 2026 ·

  • The info window now shows which content package you have and when it was published.
  • Fixed an issue where newly downloaded content wasn't used until PowerPoint was restarted.
  • Fixed an issue where a content update that failed partway could leave incomplete content or the wrong licence details behind.
  • Fixed an issue that hid the Settings group when no proofing languages were set up.
Machine installation

For all users on this computer. Requires admin permissions.

7.7MB ·

User installation

Only for the current user. No admin permissions required.

7.7MB ·

Is Windows blocking the download?

Our installers are signed with an EV certificate issued to Slidebuilder B.V. Even so, Windows SmartScreen may temporarily flag a new version as unknown until it has been downloaded often enough. This is normal and resolves itself.

1 · The browser holds the file back

Next to the download, click ⋯ > Keep > Keep anyway.

2 · “Windows protected your PC”

Click More info and then Run anyway. Check that the publisher reads Slidebuilder B.V.

3 · Unblock the file manually

Right-click the file > Properties > tick Unblock at the bottom > OK.

Unblock-File .\slidebuilder-2026.8.1-machine.msi

Not sure? Check the fingerprint

(Get-FileHash .\slidebuilder-2026.8.1-machine.msi).Hash -eq '58022477579896870bc889f2d266ec27f42d87cf32b41d93475e11e0af1b41f8'

A result of True means the file matches the published SHA-256.

Previous versions
  • 2026.8.0 20 August 2026 Machine installation User installation
    • Fixed an issue that prevented SharePoint content from being updated automatically.
    • Fixed an issue where a preview that couldn't be loaded closed the item selection.
    • Fixed an issue where repairing the installation didn't reinstall the certificate that lets PowerPoint trust the add-in.
  • 2026.7.0 1 July 2026 Machine installation User installation
    • Fixed an issue where inserting icons failed with an error in PowerPoint version 2606 and newer. 
  • 2026.6.0 3 June 2026 Machine installation User installation
You will also need a Slidebuilder.zip file containing the content. You will receive this file from your contact person. Don’t have it yet, but want to test the installation in advance? Then download a file with generic content.

We recommend placing both files in an easy-to-find folder before continuing.

App-registratie

Open the Microsoft Entra portal and navigate to App registrations. Click on New registration.  

Give the app a name, such as Slidebuilder, and click Register.

en-sharepoint-granular-permissions-app-registration-01

Next, go to Overview and note down the Application (client) ID and Directory (tenant) ID, as you will need both in later steps.

en-sharepoint-granular-permissions-app-registration-02

Navigate to Authentication and click Add Redirect URI.

en-sharepoint-granular-permissions-app-registration-03

Select Mobile and desktop applications and add the following two URIs:

en-sharepoint-granular-permissions-app-registration-04

For the second URI, you will need the client ID that you noted down earlier:
ms-appx-web://microsoft.aad.brokerplugin/<client-id>

Click Configure and close the menu.

Now go to the Settings tab, enable Allow public client flows, and click Save.

en-sharepoint-granular-permissions-app-registration-05

Navigate to API permissions and click Add a permission.

Select:
Microsoft Graph > Delegated permissions > Sites > Sites.Selected

en-sharepoint-granular-permissions-app-registration-06

Click Grant admin consent for. This grants consent for all users at once, so you do not need to do this for each user individually. After consent has been granted, green check marks will appear next to the permission.

en-sharepoint-granular-permissions-app-registration-07

SharePoint

Introduction

We recommend creating a separate SharePoint site for Slidebuilder. This ensures that the app registration only has access to that site and not to the rest of your environment.

Content

Open the SharePoint site in your browser and upload the Slidebuilder.zip file to it.

en-sharepoint-granular-permissions-sharepoint-01

Select the file and click Details in the toolbar. Scroll down on the right-hand side and click the icon next to Path to copy the full path. Note down this value, as you will need it later.

en-sharepoint-granular-permissions-sharepoint-02

Permissions

The app registration requires read permissions for the SharePoint site. The easiest way to configure this is via the Graph Explorer.

Open the Graph Explorer and sign in using an account with administrator privileges. If you are prompted to grant permissions during sign-in, accept the request..

en-sharepoint-granular-permissions-graph-explorer-01

To assign permissions, you need the internal ID of the SharePoint site. Send a GET request to the following URL , replacing <tenant> and <site> with your own values:
https://graph.microsoft.com/v1.0/sites/<tenant>.sharepoint.com:/sites/<site>

Note!
There is a colon (:) between sharepoint.com and /sites.

en-sharepoint-granular-permissions-graph-explorer-02

In the response , locate the id field and note down the full value. It will look something like this:

{
    "id": "<tenant>.sharepoint.com,<guid>,<guid>",
    ...
}

Now send a POST request to the following URL , replacing <id> with the ID you just noted down:

https://graph.microsoft.com/v1.0/sites/<id>/permissions

Use the following request body , replacing <client-id> with the full client ID you noted down earlier:

{
  "roles": ["read"],
  "grantedToIdentities": [
    {
      "application": {
        "id": "<client-id>",
        "displayName": "Slidebuilder"
      }
    }
  ]
}

Click Run query. A successful request returns a 201 Created response. If you receive an error indicating insufficient permissions, click Modify Permissions. Sometimes a button appears immediately that allows you to grant the required permissions. If not, click Open the permissions panel, add Sites.FullControl.All, and try again.

This permission is granted only to the Graph Explorer, not to the Slidebuilder app registration.

After completing these steps, the elevated permissions for Graph Explorer are no longer required. You can revoke the Sites.FullControl.All permission via Modify Permissions, or remove the Graph Explorer app registration entirely.

Installation

Manual

Want to test how it works yourself first? If you have completed the steps above, you now have all the information required to perform the installation. Open the MSI file you downloaded at the top of this page, follow the steps below, and click Install.

en-installation-sharepoint

Unattended install

The installation can also be performed without user interaction, for example via Command Prompt:

msiexec /i Slidebuilder.msi /qn GRAPHCLIENTID="<client-id>" GRAPHTENANTID="<tenant-id>" CUSTOMUPDATEURL="<sharepoint url>"

Note!
Run this command with sufficient privileges.

Microsoft Intune

Slidebuilder can also be easily deployed via Microsoft Intune. To do so, go to the Microsoft Intune portal and navigate to Apps. Then click Platforms > Windows.

en-intune-01

Click Create and select Line-of-business app as the app type. Click Select.

en-intune-02

Click Select app package file, choose the MSI file you saved earlier, and then click OK.

en-intune-03

On the next page, you will be asked to enter some information. Fill it in as follows:

Description
With Slidebuilder, employees have direct access within PowerPoint to a library of commonly used slides, enabling them to quickly create presentations that comply with the organization’s brand guidelines.

Publisher
Slidebuilder

Command-line arguments
GRAPHCLIENTID="<client-id>" GRAPHTENANTID="<tenant-id>" CUSTOMUPDATEURL="<sharepoint url>"

Logo
You can download the logo file here.

en-sharepoint-granular-permissions-intune-04

Adjust any other fields as needed and click Next.

Assign the application to the desired group(s).

We recommend starting with a test deployment to a small group of selected users.

en-intune-05

Click Next, review the information, and click Create.

Updating content

Step 1
You have received a new workbook from us via WeTransfer, or generated one yourself if you have access to the Management Tool.

Step 2
Navigate to the SharePoint location where the current Slidebuilder.zip file is stored and replace it with the new file.

Note!
If the current file on SharePoint has a different name than Slidebuilder.zip, first rename the new .zip file to exactly the same name before uploading it.

Success! The new content will automatically become available in PowerPoint for all Slidebuilder users within your organization.

Do you still have questions, or are you having trouble updating the Slidebuilder content? Submit a support ticket below and we’ll get in touch with you as soon as possible to help.

Slidebuilder PowerPoint plug-in paketten

Stel je support-vraag

Ons support-team staat voor je klaar. Je ontvangt binnen één werkdag een reactie.