0x80073d02

Discus and support 0x80073d02 in XBoX on Consoles to solve the problem; I receive the error code 0x80073d02 whenever I attempt to complete the update for the Store application. I had just bought FIFA 18 as well and I fear... Discussion in 'XBoX on Consoles' started by AgatePath695303, Sep 29, 2017.

  1. 0x80073d02


    I receive the error code 0x80073d02 whenever I attempt to complete the update for the Store application. I had just bought FIFA 18 as well and I fear that this error will render my purchase null. How can I fix this issue and ensure my purchase
    has gone through?

    :)
     
    AgatePath695303, Sep 29, 2017
    #1
  2. louthelou
    louthelou Guest
    Uninstalled Xbox app via Powershell, cannot reinstall

    I originally posted this in Microsoft's Windows 10 forum. After going back and forth with them, they have referred me here.





    I recently changed my Microsoft password. Doing so caused the Xbox app to have an aneurysm; it gave me the Sign in and Cancel (?) buttons, then immediately presented me with a Microsoft login form, without clicking on the Sign In button. I entered my credentials,
    only to have it then present me with the two buttons again (which were just sitting behind the login screen, apparently). So, I clicked Sign In, and entered my credentials again. Crash to desktop. Open the app again. Immediate crash to desktop. Restart
    computer, open app - immediate crash to desktop.

    I then uninstalled the app via Powershell with

    Get-AppxPackage *xboxapp* | Remove-AppxPackage

    and this is where I am. I cannot use the all-encompassing reinstall line

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    because it gives me an error about Cortana needing to be closed (even after a fresh restart, and manually enabling and disabling it; the error is further down this post). I found another thread with these instructions from a Microsoft Forum Moderator concerning
    this Cortana/Powershell issue, but it didn't help (Cortana does not work):

    Please follow the steps and check if it helps:

    1. Open an Administrator CMD window. If you can’t find a way, use these steps:
      1. Press CTRL+Shift+ESC to open Task Manager.
      2. Click File > Run New Task
      3. Make sure you have a check mark beside “Create this task with administrative privileges”
      4. Type CMD
    Type the following commands at the CMD prompt:

    dism /online /cleanup-image /restorehealth



    1. If the above command both completed and show no remaining issues, run these commands:


      powershell

      Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    The DISM command runs fine. The powershell command results in the same error:

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80004004: Unable to install because the following apps need to be closed

    Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI.

    Using the command to install an individual app with the install location either doesn't work, or the app I want is not the "Xbox companion" app (in which case, I don't know what app it could be; it's not the Smartglass app, that one works fine). The command
    runs without an error, but nothing changes; the app is not in my list of programs/"All apps".

    I also attempted to use the reinstall-preinstalledApps.ps1 script as detailed on Microsoft's site (Content Removed (Windows)), but that process did not solve my problem, as I get a string
    of these errors when running the script with no arguments (one for each app it attempts):

    Add-AppxPackage : Cannot find path 'C:\Program

    Files\WindowsApps\Microsoft.XboxApp_2015.1117.445.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml'

    because it does not exist.

    At C:\users\lou\desktop\reinstall-preinstalledApps.ps1:35 char:2

    + Add-AppxPackage -register $PackagePath -DisableDevelopmentMode

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : ObjectNotFound: (C:\Program File...dleManifest.xml:String) [Add-AppxPackage], ItemNotFou

    ndException

    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Help, please. I'd like my Xbox app back.

    ===================================

    Uninstalled Xbox app via Powershell, cannot reinstall



    That was the original post. Attempted/unsuccessful solutions, per moderator instruction:

    1. Running this command at a prompt: "powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml"

    2. Creating a new user account to look for the app (it wasn't there, either)

    3. Running sfc /scannow (didn't find any violations)
     
    louthelou, Sep 29, 2017
    #2
  3. Gritt81
    Gritt81 Guest
    Same issue, just bought the Witcher 3 and it will not download. Nothing will download to my xbox now
     
    Gritt81, Sep 29, 2017
    #3
  4. Gritt81 Win User

    0x80073d02

    Same issue, just bought the Witcher 3 and it will not download. Nothing will download to my xbox now
  5. JamesMcDermott3 Win User

    cant install FH4 on pc

    the error says 0x80073D02 - cant install while the app is open, when its definately not open.

    It downloads most of it but then it shows a button for an update, which it cant seem to download
  6. Noah Harmon Win User

    Having a peculiar issue with the Windows 10 Xbox App

    Unfortunately it didn't work, I got some red text (was using powershell as command prompt didn't recognize the commands you listed). Powershell accepted the first two commands, then I restarted. After that I input the last one and got this text. Also the
    problem i had with the xbox app didn't get resolved, very sorry for taking so much of your time on this.

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.Windows.Cortana_1.10.7.17134_neutral_neutral_cw5n1h2txyewy.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0002-5d2b-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0002-5d2b-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0001-c336-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0001-c336-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0002-753e-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0002-753e-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0001-a03a-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0001-a03a-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0001-fe3b-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0001-fe3b-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0001-1e43-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0001-1e43-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.SkypeApp_14.36.52.0_x64__kzf8qxf38zg5c.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0002-4a55-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0002-4a55-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80073D02: Unable to install because the following apps need to be closed

    Microsoft.MicrosoftStickyNotes_3.1.46.0_x64__8wekyb3d8bbwe.

    NOTE: For additional information, look for [ActivityId] 63ccf48d-9cbf-0002-3057-cd63bf9cd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 63ccf48d-9cbf-0002-3057-cd63bf9cd401

    At line:1 char:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
  7. XBF - Dom Win User

    Code erreur 0x80073d02 [Error code 0x80073d02, Microsoft Store app error]

    Hello olivierfofo,



    Thank you for reaching out to us about your issue!



    Have you tried installing and launching the game from the Xbox app instead of the Microsoft Store app?



    Is Microsoft Flight Simulator the only game that is giving you troubles? Try installing and launching a different game to verify.



    Which version of Windows are you using? Is it 10 or 11? Can you verify that you've installed all updates for your system?



    Answering these questions and trying these steps will help us when investigating.



    Looking forward to hearing back,



  8. XBF - Dom Win User

    Code erreur 0x80073d02 [Error code 0x80073d02, Microsoft Store app error]

    [Associate utilise une application de traduction. Veuillez noter qu’une mauvaise grammaire et une syntaxe incorrecte peuvent se produire]

    Bonjour olivierfofo,



    Merci de nous avoir contactés au sujet de votre problème!



    Avez-vous essayé d’installer et de lancer le jeu partir de l’application Xbox au lieu de l’application Microsoft Store ?

    Microsoft Flight Simulator est-il le seul jeu qui vous pose problème ? Essayez d’installer et de lancer un autre jeu pour vérifier.



    Quelle version de Windows utilisez-vous ? Est-ce 10 ou 11? Pouvez-vous vérifier que vous avez installé toutes les mises jour pour votre système ?



    Répondre ces questions et essayer ces étapes nous aidera lors de l’enquête.



    Au plaisir d’avoir des nouvelles,



Thema:

0x80073d02

Loading...
  1. 0x80073d02 - Similar Threads - 0x80073d02

  2. Something Whent Wrong Installing the Xbox app error code (0x80073D02)

    in XBoX Games and Apps
    Something Whent Wrong Installing the Xbox app error code (0x80073D02): Heya i whas trying to install the Xbox App to my PC but i cant i dont really understand why 3be25549-908b-459e-8d39-c51a6cb6246e
  3. How do I solve error code: 0x80073d02 on Xbox GamePass when installing Starfield?

    in XBoX Games and Apps
    How do I solve error code: 0x80073d02 on Xbox GamePass when installing Starfield?: I have reinstalled and repaired various times to no avail. Thank you for your time in adance. I have tried command/sfc/scannow, repaired microsoft store, ensured proper update of both windows and...
  4. Code erreur 0x80073d02 [Error code 0x80073d02, Microsoft Store app error]

    in XBoX Games and Apps
    Code erreur 0x80073d02 [Error code 0x80073d02, Microsoft Store app error]: Bonjour J ai ce code erreur en ouvrant flight Simulator je ne peux pas ouvrir le jeu il y a ENCORE un problème avec Windows store Merci pour votre réponse [THE TEXT BELOW IS MACHINE TRANSLATED...
  5. 0x80073d02 Occurring Despite Game in Question Not Being Installed (PC)

    in XBoX Games and Apps
    0x80073d02 Occurring Despite Game in Question Not Being Installed (PC): I uninstalled Deep Rock Galactic and upon trying to reinstall it, I am now unable to, and am getting the 0x80073d02 error thrown. The game is no longer present on my PC and nothing related is...
  6. Grandes problemas em tentar atualizar-Código: 0x80073D02[Big problems trying to...

    in XBoX Games and Apps
    Grandes problemas em tentar atualizar-Código: 0x80073D02[Big problems trying to...: Boa tarde! Estou com problemas em instalar um jogo, mas não sei como resolver, acredito que exista uma solução relativamente simples, mas não quero arriscar ainda mais. Há um tempo atrás que...

Users found this page by searching for:

  1. inputapp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy

    ,
  2. InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy.

    ,
  3. how to close InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy

    ,
  4. Code: 0x80073D02,
  5. 0x80073D02