Exploring Application Types in Microsoft Intune for Windows Platform Users
- Tek Doyen

- Feb 2
- 2 min read
📌 Application Types in Microsoft Intune (Windows Platform)
1. Microsoft Store Apps
Explanation:Â Apps sourced directly from the Microsoft Store. Ideal for standard productivity tools and widely used applications.
Implementation Steps:
Sign in to Intune Admin Center.
Go to Apps > Windows > Add.
Select Microsoft Store app.
Search for the app and click Add.
2. Line-of-Business (LOB) Apps
Explanation:Â Custom apps developed internally or acquired from external vendors. Typically packaged as MSIÂ or EXEÂ files.
Implementation Steps:
Sign in to Intune Admin Center.
Navigate to Apps > Windows > Add.
Choose Line-of-business app.
Upload the app package file (MSI/EXE).
3. Win32 Apps
Explanation: Traditional desktop applications packaged into .intunewin format using the Intune Win32 Content Prep Tool. Supports dependencies, detection rules, and supersedence.
Implementation Steps:
Prepare the app using IntuneWinAppUtil.exe.
Sign in to Intune Admin Center.
Go to Apps > Windows > Add.
Select Windows app (Win32).
Upload the .intunewin file and configure detection rules.
4. MSIX Apps
Explanation:Â Modern packaging format offering clean installs, updates, and rollbacks. Provides isolation and easier management.
Implementation Steps:
Package the app into MSIXÂ format.
Sign in to Intune Admin Center.
Go to Apps > Windows > Add.
Select Line-of-business app and upload the MSIX file.
5. Web Link Apps
Explanation:Â Shortcut apps that point to a URL (internal portal, SaaS apps, etc.).
Implementation Steps:
Sign in to Intune Admin Center.
Go to Apps > Windows > Add.
Select Web link.
Enter the app name and URL.
6. Built-in Apps
Explanation:Â Pre-installed Windows apps or Intune-provided apps (e.g., Company Portal).
Implementation Steps:
Sign in to Intune Admin Center.
Go to Apps > Windows > Add.
Select Built-in app.
Choose the app from the list and deploy.
🎯 Best Practices
Use Win32 apps for complex deployments with dependencies.
Prefer MSIXÂ for modern, clean packaging.
Assign apps to device groups or user groups strategically.
Always configure detection rules for Win32 apps to avoid reinstallation loops.






Comments