How to fix 0x80072000 error while uploading app through WINAPP 32 intune

Siripurapu Sanjeev Kumar 30 Reputation points
2023-09-23T11:44:59.0666667+00:00

How to fix 0x80072000 error while uploading app through WINAPP 32 intune. Silent commands working in my system through CMD and but while using through WINAPP 32 iam getting this error 0x80072000

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,994 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rhys Bristow 165 Reputation points
    2023-09-23T14:16:25.2033333+00:00

    Hi, For your CMD commands; Try these for your install and Uninstall and it fixed the issue for me:

    Install: cmd /c start /wait xcopy "YourApplication.exe" "C:\Program Files (x86)" /Y && "C:\Program Files (x86)\YourApplication.exe" /quiet

    Uninstall: cmd /c start /wait "C:\Program Files (x86)\YourApplication.exe" /uninstall /quiet

    Replace "YourApplication.exe"

    Hope this Helps


  2. ZhoumingDuan-MSFT 12,740 Reputation points Microsoft Vendor
    2023-09-25T05:36:18.8866667+00:00

    @Siripurapu Sanjeev Kumar, Thanks for posting in Q&A.

    According to your description, I know that you want to know how to fix error while uploading win32 app via Intune.

    Could you please help me confirm some information?  Is this error code appeared when you click to upload? If yes, please check whether your win32 app package exceeds 8GB.

    User's image

    If no, this error message may be related to the deployment of win32 app.

    Please check the IME log error message on the targeted device and share the screenshot with us, location: C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log.

    Here is a link deep dive to IME log:

    Intune Management Extension Level 3 Troubleshooting Guide (anoopcnair.com)

    Moreover, you can check whether Install behavior is configured to System.

    User's image

    Please try above information, if there is any update, feel free to contact me.

    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.


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.