Packaging LibreOffice for Microsoft Intune

This guide outlines the end-to-end process enterprise system administrators use to package and deploy LibreOffice using Microsoft Intune. You will learn how to obtain the official MSI package, convert it into the required .intunewin format using the Microsoft Win32 Content Prep Tool, configure silent installation parameters, set up accurate detection rules, and assign the application to target enterprise endpoints.

Prerequisites

Before beginning the packaging process, ensure you have the following items:

Step 1: Prepare the Source Directory

  1. Create a dedicated working directory on your local machine, such as C:\IntunePackaging\LibreOffice.
  2. Inside that directory, create two subfolders:
    • Source: Place the downloaded LibreOffice MSI file here (e.g., LibreOffice_7.x.x_Win_x64.msi).
    • Output: Leave this folder empty to store the generated .intunewin package.
  3. Place IntuneWinAppUtil.exe in the root working directory or make it accessible via command line.

Step 2: Generate the .intunewin Package

  1. Open PowerShell or Command Prompt as an administrator.
  2. Run IntuneWinAppUtil.exe.
  3. Provide the required parameters when prompted:
    • Source folder: C:\IntunePackaging\LibreOffice\Source
    • Setup file: LibreOffice_7.x.x_Win_x64.msi (exact filename)
    • Output folder: C:\IntunePackaging\LibreOffice\Output
    • Specify catalog folder: Type N
  4. Wait for the tool to complete the compression process. The generated file will be located in the Output directory.

Step 3: Add the Win32 App to Microsoft Intune

  1. Sign in to the Microsoft Intune admin center.
  2. Navigate to Apps > Windows > Add.
  3. In the App type drop-down menu, select Windows app (Win32) and click Select.
  4. On the App information tab, click Select app package file, browse to your Output folder, select the .intunewin file, and click OK.

Step 4: Configure Application Metadata and Commands

App Information

Fill in the standard metadata: * Name: LibreOffice (include version number if desired) * Description: Enter a clear description for users viewing Company Portal. * Publisher: The Document Foundation * Category: Productivity (optional)

Program Settings

Configure the execution parameters for unattended enterprise installation:

Step 5: Specify Requirements and Detection Rules

Requirements

Detection Rules

  1. In the Rules format drop-down menu, select Manually configure detection rules.
  2. Click Add and choose MSI as the rule type.
  3. Intune will automatically detect and populate the MSI product code.
  4. Set MSI product version check to No (or Yes if you specifically require version-level enforcement).
  5. Click OK.

Step 6: Assign and Deploy

  1. Proceed to the Assignments tab.
  2. Under Required, add the Entra ID device or user groups that must receive LibreOffice automatically.
  3. Alternatively, add groups under Available for enrolled devices to allow users to self-install via the Company Portal app.
  4. Review your settings on the Review + create tab and click Create.

Intune will upload the package. Once uploaded, the service will process the deployment and begin distributing LibreOffice to the targeted endpoints according to your assignment schedule.