Getting error 0x80073CF3 when trying to install an app from company portal

Lohith K K 105 Reputation points
2024-03-01T13:55:26+00:00

We have a msix app (.NET MAUI app for windows) deployed in company portal using Intune's. Installation from company portal is working fine in most of organization machines but in very few machines it is showing the error 0x80073CF3. I did clear the Company Portal cache, app architecture and machines architecture are matching, they are pretty new machines with windows - 11 OS but the app is packaged for windows -10(that should not be a problem I guess). Can anybody help me on this?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,138 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
908 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,656 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. glebgreenspan 1,445 Reputation points
    2024-03-01T15:55:38.0766667+00:00

    Hey Lohith

    Usually

    Error 0x80073CF3 typically indicates that there's an issue with the installation of the app in Windows Store. Here are some steps you can try to resolve the issue:

    Make sure that the machine is up to date with the latest Windows updates. Sometimes, installing the latest updates can resolve compatibility issues.

    Try re-registering the Windows Store app by running the following command in PowerShell as an administrator: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Check the event logs on the affected machines to see if there are any specific error messages related to the installation of the app. This can help identify the root cause of the issue.


  2. ZhoumingDuan-MSFT 10,580 Reputation points Microsoft Vendor
    2024-03-04T06:46:04.3833333+00:00

    @Lohith K K,Thanks for posting in Q&A.

    To narrow down your issue, please do some checks.

    1.What kind of app do you deploy? Win32 or LOB app?

    2.What does the app deployment configuration?

    Moreover, the error 0x80073CF3 means the package failed update, dependency, or conflict validation.

    It may be caused by the package already being installed on the target system, a package dependency not being found, or the package does not support the correct processor architecture.

    Please contact with your App Development team to check the app dependencies are correct and the architecture requirements have been configured correctly on the app. If the error occurs on a single device, check to see the app hasn’t previously been installed and check the AppXDeployment-Server log on the client for more information. If there is any unclear, 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.


  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more