T The Triage ManualTechnical Guides for IT Emergencies
P4 · Endpoint & Device Management

Deploying Line-of-Business (LoB) Apps via Microsoft Intune to Windows Devices

Managed Windows devices may be missing required enterprise applications when no LoB app deployment policy has been configured in Microsoft Intune. Administrators can resolve this by packaging the application as an MSI or .intunewin file, uploading it to the Intune Admin Center, and assigning it to the appropriate Azure AD device or user groups. This guide covers the end-to-end process of packaging, uploading, configuring, and monitoring LoB app deployments at scale.

Indicators

Likely causes

Diagnostic steps

  1. Sign in to the Microsoft Intune Admin Center at https://intune.microsoft.com and navigate to Apps > Windows to review existing app assignments and identify any gaps.
  2. Download the target application's enterprise installer (e.g., Google Chrome standalone 64-bit MSI from https://chromeenterprise.google/browser/download/). Prefer MSI format where available to simplify Intune ingestion.
  3. If the installer is not in .msi format, convert it to .intunewin using the Microsoft Win32 Content Prep Tool: IntuneWinAppUtil.exe -c <source_folder> -s <setup_file> -o <output_folder>. Verify the output .intunewin file is generated without errors.
  4. In the Intune Admin Center under Apps > Windows, click '+ Add'. Select 'Line-of-business app' for MSI packages or 'Windows app (Win32)' for .intunewin packages, then upload the prepared installer.
  5. Complete the App Information fields: Name, Description, Publisher, App version, and any applicable Category. Click Next to proceed.
  6. For Win32 app type, configure the Install command (e.g., msiexec /i GoogleChromeStandaloneEnterprise64.msi /quiet /norestart) and Uninstall command. Set detection rules to verify successful installation (e.g., file or registry key presence).
  7. Under Assignments, assign the app to the appropriate Azure AD device or user group. Set assignment type to 'Required' for mandatory deployment or 'Available for enrolled devices' for self-service installation.
  8. Review all settings and click Create to publish the app policy. Monitor deployment status under Apps > Monitor > App install status, filtering by the app name to identify successful and failed device deployments.

Resolution path

Prevention

Tools

References

Microsoft IntuneWindows MDMLine of Business AppLoB AppWin32 AppMSI PackagingIntuneWinAppUtilApp DeploymentGoogle ChromeEnterprise MobilityAzure ADEndpoint ManagementIntune App Assignment