---
title: "Centralized Distribution - Microsoft Intune"
slug: "centralized-distribution-microsoft-intune"
updated: 2025-08-08T07:16:55Z
published: 2025-08-08T07:16:55Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nordlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Centralized Distribution - Microsoft Intune

If your organization uses Microsoft Intune to centrally manage endpoints, you can deploy the NordLayer application to Windows devices. This guide covers the steps required to deploy NordLayer for Windows via Intune, using the supported .msi package and recommended silent installation flags.

## Step 1: Download the NordLayer .msi installer

1. Download the latest NordLayer .msi package for Windows.
2. Save the file to a deployment folder, e.g.,

```
C:\NordLayerDeployment\NordLayerSetup_vX.X.X.msi
```

1. You can also store different .msi versions for testing or rollback purposes.

## Step 2: Identify silent install/uninstall commands

NordLayer supports standard .msi command-line installation flags for silent deployment: (*/q*)

## Step 3: Convert the .msi to .intunewin format

1. You need the installer in *.intunewin* format for Intune Win32 deployment.
2. Download **Microsoft Win32 Content Prep Tool**.
3. Place the .msi file into a folder, e.g., *C:\NordLayerDeployment*
4. In Command Prompt, run:

```
IntuneWinAppUtil.exe -c C:\NordLayerDeployment -s NordLayerSetup_vX.X.X.msi -o C:\NordLayerDeployment
```

1. This process generates a *.intunewin* package for Intune.

## Step 4: Create the app deployment in Intune

1. Log in to the Microsoft Intune admin center.
2. Go to **Apps** > **All apps** > **Add**.
3. Select App Type: **Windows app (Win32)**
4. App Information:
  1. Upload the .intunewin file you created.
  2. Fill in basic details (Name, Description, Publisher, etc.).
5. Program:*Install command: msiexec /q /i NordLayerSetup_vX.X.X.msi*
6. To check the deployment status, go to **Apps** > **All apps** in the Intune admin center. Then, click on the deployment and view the **Overview** page.

---

**Note**: In case you have any questions or are experiencing any issues, please feel free to contact our [24/7 customer support team](https://help.nordlayer.com/docs/how-do-i-contact-nordlayer-customer-support).
