Managing apps and software deployment through Microsoft Intune
The Managed Installer error indicates a problem in the Intune Win32 app pipeline, not in the app itself. Focus on Intune Management Extension and MSIX/AppLocker interaction rather than blocking GPOs entirely.
Use these steps on an affected device:
- Confirm Win32 app deployment path and co‑management
- Ensure the app is deployed as a Win32 app via Intune Management Extension (IME), not as a traditional CM/LOB app. Mixing Win32 and LOB app installs during Autopilot enrollment can cause failures.
- In the Intune admin center, verify the app is targeted correctly (user vs device) and that the user has sufficient privileges if the app requires admin rights. For user‑targeted Win32 apps that need admin privileges, installation will fail.
- Check Intune Management Extension logs
On an affected device, open:-
C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log -
AppWorkload.logandAppActionProcessor.login the same folder.
- Download and deployment activity for LOB/Win32 apps.
- Detection/applicability checks and any policy or GPO conflicts.
-
- Check AppxDeployment‑Server event log for MSIX/Managed Installer issues
If the app or its patches are MSIX‑based or rely on Managed Installer/MSIX, open Event Viewer:- Applications and Services Logs → Microsoft → Windows → AppxDeployment‑Server
- Filter for Error events and look for entries matching the app name or package family name.
- Verify antimalware exclusions for Win32 apps
To avoid IME content being blocked or quarantined, ensure antimalware exclusions are in place:- On x64 clients:
C:\Program Files (x86)\Microsoft Intune Management Extension\Content
C:\windows\IMECache - On x86 clients:
C:\Program Files\Microsoft Intune Management Extension\Content
C:\windows\IMECache
- On x64 clients:
- Use Intune troubleshooting blades instead of blocking GPOs
In the Intune admin center, use Troubleshoot + support → affected device → Managed Apps and app Installation details:- Use Collect logs for the Win32 app to gather IME logs centrally.
- Check app install lifecycle and history, keeping in mind there is a known issue where status can show "Failure" even if the app is actually installed. Always correlate with device logs.
- Review AppLocker and related GPOs specifically for Managed Installer/MSIX
Instead of blocking AppLocker GPOs via block inheritance:- Use the logs above to identify exact rules or policies that block the MSIX/Managed Installer operations.
- Adjust only those rules (e.g., allow the specific package family names or installer paths) rather than disabling AppLocker globally.
- Network and enrollment checks
For apps that use Microsoft 365/Office CDN or Intune endpoints, confirm on affected devices:- Device is properly enrolled in Intune and shows as compliant.
- Network connectivity is active and required Intune/Office endpoints are reachable.
- Monitor
C:\Program Files\Microsoft Office\Updates\Download(for Microsoft 365 Apps) to ensure packages are actually downloading.
By combining IME logs, AppxDeployment‑Server events, and targeted GPO/AppLocker adjustments, Managed Installer errors can be isolated and resolved without broadly blocking GPOs.
References: