Forum Discussion
2456_Nevermore
Oct 08, 2025Copper Contributor
Intune App Failure
I am experiencing repeated installation failures with the applications I have created in the Microsoft Intune Admin Center. I have tried deploying them both as Windows MSI line-of-business apps and a...
Bogdan_Guinea
Oct 10, 2025Iron Contributor
did you try to install the msi manually (with a command like msiexec /i yourapp.msi /l*v install.log) to confirm no MSI-level problems, missing permissions or corrupt file maybe...
You could try also to review the logs under C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log and AppWorkload.log—for detailed error traces.
Good luck!