Managing apps and software deployment through Microsoft Intune
Use Intune’s built‑in troubleshooting plus client‑side logs to narrow down why those specific devices fail.
- Get per‑device failure details in Intune
- In the Microsoft Intune admin center, go to Troubleshoot + support.
- Select the affected user (Select user), then select the failing device.
- Open Managed apps, select the Chrome Win32 app with Installation Status = Failed.
- Review the Installation details and error code text for that device. This view confirms targeting, assignment intent, and basic error info for each device.
- Assignment/intent (required vs available vs uninstall vs excluded)
- OS version and SKU of working vs failing devices (for example, S‑mode doesn’t support MSI installs)
- Collect diagnostics from failing devices
- From the same Installation details pane for the failing app, select Collect diagnostics.
- Specify relevant log paths and file types (for example,
C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\*.log,C:\Windows\Temp\*.log). Supported file types include.log, .txt, .dmp, .cab, .zip, .xml, .evtx, .evtl. - Wait ~15–20 minutes, then select Download diagnostics.
- Compare diagnostics from a working device vs a failing device to see what differs (return codes from
msiexec, missing prerequisites, access issues, etc.).
- Review Intune Management Extension logs on a failing client
On a failing device, check:
-
C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log– overall agent activity, policy processing, and reporting. -
AppWorkload.log– app check‑ins, install attempts, detection and applicability. -
AppActionProcessor.log– detection and applicability checks.
CMTrace.exe) to open these logs and look for the Chrome app name or the specific deployment ID around the time of the failure. This usually reveals:- The exact
msiexeccommand line Intune ran - The MSI return code and any transform/parameter issues
- Whether detection rules evaluated as expected
-
- Validate the installer and command line in system context
Since 0x80070643 is a generic MSI “fatal error” code, confirm that the same MSI and command line work locally in the system context:
- On a failing device, run the Chrome MSI with the same silent switches used in Intune, but in system context (for example, using a tool like PSExec as described in the application error reference).
- If it fails locally in system context, the issue is with the MSI, parameters, or local environment (permissions, prerequisites, existing Chrome install, etc.), not Intune.
- Check environment differences between working and failing devices
Based on logs and local tests, compare:
- Existing Chrome versions or different install paths that might conflict with the MSI
- Disk space and AV behavior (ensure AV exclusions for Intune Management Extension content and
C:\Windows\IMECacheas documented) - OS version and SKU (ensure all are on supported Windows versions and not in S‑mode)
- If needed, open a support ticket with diagnostics If the cause is still unclear, use the collected diagnostics from failing devices when opening a support ticket. The Win32 app diagnostics are specifically designed to accompany support cases for installation failures.
References: