Forum Discussion
oryxway
Oct 11, 2022Iron Contributor
Apps Installation through Intune and detect fails
I have installed apps through Intune (packaged for Intune) and I see that even though the app has installed, it keeps on saying installing and then it says failed. Even though the app is already inst...
KurtBMayer
Oct 11, 2022Steel Contributor
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!
- oryxway390Oct 12, 2022Copper ContributorKurt, Thanks for your information and the document about detection rules. The OS that I am pushing is to x64 bit and not 32 bit, and I understand it might check both of it. Unfortunately, would it not be frustrating for users to see this pop up when they have these apps keep popping up?