Hi Saeid,
Thank you for sharing your concerns.
The error 0x80070643 is a generic “Fatal error during installation.” When it appears across multiple devices and apps, it usually indicates the system level issue rather than a problem with a single application.
To identify the root cause, I recommend checking the Intune logs on one of the affected devices, then open the latest log file, search for the app name, and it should show the exact underlying error message behind the failure in this path: C:\ProgramData\Microsoft\IntuneManagementExtension\Logs
Open the latest log file, search for the app name, and it should show the exact underlying error message behind the failure.
Another way to narrow down the issue which is manually installing, you can choose one problematic device and try installing the app manually. If manual installation succeeds, verify the detection rule in Intune because an incorrect detection rule can cause Intune to report an installation as failed even when it actually succeeded.
For MSI-based applications, you can safely retrieve the correct Product Code using PowerShell:
- Open PowerShell as Administrator
- Run this cmd: Get-Package | Where-Object { $_.Name -like "YourAppName" } | Select-Object Name, Version
I hope this helps! If you have any other questions or need further assistance, feel free to reach out.