Forum Discussion
Apps Installation through Intune and detect fails
Review this article for information about analyzing the IntuneExtensionMnager.log in C:\ProgramData\Microsoft\IntuneManagementExtension\Logs.
Intune - Understanding Win32 App Detection Rules
Whenever an app is either repeatedly trying to reinstall itself even though it's actually there, or not installing itself at all, it's almost always a subtle issue with the way the detection rule is being performed. Like if there's a typo, or if checking a version number versus a string type. Another example can be is if it's a 32-bit app it might try to write to the WOW6432Node of the registry instead of where you might otherwise expect it to go. Possibly an unexpected character in the file path or if the file is missing at detection time, etc. As an alternative, can use a PowerShell script to perform customized detection.
Please like or mark this thread as answered if it's helpful, thanks!