Oct 11 2022 07:56 AM
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 installed.
The detection of the existing app which is set in the package when configuring in Intune is already done and it is either detected through registry or through file / folder location. But, why would it do this over and over, even though I have set it up correctly.
Has anyone else had similar issues?
Oct 11 2022 12:46 PM - edited Oct 11 2022 12:50 PM
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!
Oct 12 2022 03:06 AM
Oct 12 2022 05:58 AM
@Rudy_Ooms_MVP Thanks to Rudy and Kurt.
I am not an expert to read the logs, but I am attaching the logs. If you have time please go through it and let me know what could be causing. I have attached 2 sets of logs one recent one and one a previous one. I have seen this problem from the beginning.
Oct 12 2022 05:59 AM