Issues with 3rd party apps patches installation (Intune)

Bojan Zivkovic 651 Reputation points
2026-07-01T09:34:54.9333333+00:00

Hi, I have a problem with 3rd party apps patches installation (Intune):

[ManagedInstallerSync] Did not find managed installer policy

[Win32App][Win32AppDownloadExecutor] Execution completed with action status: Failed, enforcement state: InProgressPendingManagedInstaller, error code: , and download running in background: False.

What I see is that Managed Installer policy status is Error on affected devices and nothing else. We have hybrid environment (Hybrid Entra joined devices) with CM/Intune co-management in place and undergoing task is to slowly move managed workloads from CM to Intune. Obviously this problem is a major showstopper impeding app/3rd party apps updates deployment.

One device has no issues whatsoever but in order to make managed installer work, former colleague, I took Intune work over from, blocked AppLocker GPO and many other GPOs via block inheritance. I do not see that AppLocker GPO is blocking anything on affected devices though. If GPOs are blocking managed installer in any way I guess there are logs confirming that - if so, then GPOs should be altered not entirely blocked.

Thank you in advance.

Microsoft Security | Intune | Application management
0 comments No comments

1 answer

Sort by: Oldest
  1. AI answer

    2026-07-01T09:35:13.18+00:00

    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:

    1. 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.
    2. Check Intune Management Extension logs
      On an affected device, open:
      • C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log
      • AppWorkload.log and AppActionProcessor.log in the same folder.
      Look for entries around the failing app and Managed Installer. These logs show:
      • Download and deployment activity for LOB/Win32 apps.
      • Detection/applicability checks and any policy or GPO conflicts.
    3. 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 LogsMicrosoftWindowsAppxDeployment‑Server
      • Filter for Error events and look for entries matching the app name or package family name.
      These events will show if AppLocker or other policies are blocking MSIX or Managed Installer operations.
    4. 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
      If these paths are scanned or blocked, downloads or patch application can fail and surface as Managed Installer errors.
    5. 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.
    6. 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.
    7. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.