Error code: 0x8E5E0408 when re-installing the Microsoft Store

V

VictorMarot

Hi,


I encountered an error when installing an app on the microsoft store which seems to happen sometimes. I was getting the 0x8E5E0408 every time I was trying to install an app.

When looking for a fix I found a help that mentionned that I should reset the app which I did. From that point the store would just not open at all.

I tried re-installing the Microsoft Store package through PowerShell using the following:


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


Every time I try installing this it gives me the following:


Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

Deployment Register operation with target volume C: on Package

Microsoft.WindowsStore_12011.1001.113.0_neutral_~_8wekyb3d8bbwe from: (AppxBundleManifest.xml) failed with error

0x8E5E0408. See Troubleshooting packaging, deployment, and query of Windows apps - Win32 apps for help diagnosing app deployment issues.

NOTE: For additional information, look for [ActivityId] 1635d747-c76b-0009-4cee-35166bc7d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 1635d747-c76b-0009-4cee-35166bc7d601

At line:1 char:37

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

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

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

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


I would be really grateful if you had both a solution for re-installing the store and also fix the error I was getting when installing an app through the store, without having to either reset Windows or create another user (which was also a popular method to fix the apps not installing through the store).


Side note, I also have the following errors which I don't think are related but here they are anyway:


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 InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] 1635d747-c76b-0009-b2e9-35166bc7d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 1635d747-c76b-0009-b2e9-35166bc7d601 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.Windows.StartMenuExperienceHost_10.0.18362.1171_neutral_neutral_cw5n1h2txyewy.

NOTE: For additional information, look for [ActivityId] 1635d747-c76b-0000-0b2d-36166bc7d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 1635d747-c76b-0000-0b2d-36166bc7d601

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

Continue reading...
 
Back
Top Bottom