Deployment failure in intune( Box drive application failure

Harsha 40 Reputation points
2023-08-18T22:00:28.2666667+00:00

I tried to install Box drive application it is installed in some devices and some devices are getting error like "fatal error during installation 0x80070643". What should I do for solving this issue


16923956359852429966522572100603

Microsoft Security Intune Other
{count} votes

Accepted answer
  1. Crystal-MSFT 53,981 Reputation points Microsoft External Staff
    2023-08-21T02:16:35.38+00:00

    @Harsha, Thanks for posting in Q&A. From the information you provided, it seems the Box Drive application is failed install on some devices.

    When installer is MSI, sometimes you can find the installation log in the following location to see if more finding:

    C:\Windows\Temp\MSI64d.txt

    C:\Program Files (x86)\Microsoft Intune Management Extensio\Content\MsiLogs

    Installation related issues could vary widely so it would be best to try manual installation with install command first before deploying by Win32 app.

    If the win32 app install behavior is system, you can use PsExec tool to run as system account and then run the install command to test.

    https://learn.microsoft.com/en-us/sysinternals/downloads/psexec

    If the app is failed to install on the device manually, then the one deploys from Intune will also be failed. You can contact the app support and windows support to help to fix the issue.

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,331 Reputation points MVP
    2023-08-19T09:29:09.7833333+00:00

    You need to go through problematic devices and investigate the cause. In Event Viewer, MSIINSTALLER source is your first best friend. Another tip is to add logging into installation parameters.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.