Win32 App Deployment Failed with Error 0x87D1041C

The Win32 application deployment in Microsoft Intune may fail with error 0x87D1041C – The application was not detected after installation completed successfully.

Issue:

Microsoft Intune Win32 application deployment fail with following error.

Error code: 0x87D1041C

The application was not detected after installation completed successfully.

Suggested remediation

Couldn’t detect app because it was manually updated after installation or uninstalled by the user.

The deployment error can be checked from Micrsofot Endpoitn Manager Admin Center / Apps / Wondws Apps blade.

Intune Win32 App error code 0x87D1041C

Cause:

The error suggest that application was successfully installed however it was not detected after installation. This may happen due to below reasons.

  • The application was explicitly uinstalled by user. This error should only occur for the required application.
  • The detection method used for application is not correct. This may be the case when you are manually entering registry key or file details to detect application

Solution:

No action needed for the Required application uninstalled by the user. Since, it’s a mandatory install, it’s will get installed automatically at next policy update.

However if you are seeing this error code immediately after application installation then issue may be with the detection rule.

You can validate the Detection rule ( Application product code, Registry key, Files) from Detection rules tab when Edit the application.

Intune win32 app detection rules

The following Powershell command can be used to find correct product code from the machine where application is installed.

Get-WmiObject -Class win32_product -Filter "Name LiKE '%VISIO%'"
win32_product

You can also find the product code from winodws registry. Open the registry editor, navigate to HKEY_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Uninstall and go through GUID’s to find the application you are looking for.

Windows registry product MSI GUID

Related Posts

Subscribe to Techuisitive Newsletter

Be the first to know about our new blog posts. Get our newsletters directly in your inbox and stay up to date about Modern Desktop Management technologies & news.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top