Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
  2. At line:1 char:37
  3. + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
  4. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
  6. + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
  7.  
  8. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
  9. modifies are currently in use.
  10. error 0x80073D02: Unable to install because the following apps need to be closed
  11. Microsoft.Windows.Cortana_1.10.7.17134_neutral_neutral_cw5n1h2txyewy.
  12. NOTE: For additional information, look for [ActivityId] 1646cfef-972e-0001-bae2-46162e97d401 in the Event Log or use
  13. the command line Get-AppxLog -ActivityID 1646cfef-972e-0001-bae2-46162e97d401
  14. At line:1 char:37
  15. + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
  16. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
  18. + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
  19.  
  20. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
  21. version of this package is already installed.
  22. Windows cannot install package Microsoft.Services.Store.Engagement_10.0.1610.0_x64__8wekyb3d8bbwe because it has
  23. version 10.0.1610.0. A higher version 10.0.17112.0 of this package is already installed.
  24. NOTE: For additional information, look for [ActivityId] 1646cfef-972e-0006-20ef-46162e97d401 in the Event Log or use
  25. the command line Get-AppxLog -ActivityID 1646cfef-972e-0006-20ef-46162e97d401
  26. At line:1 char:37
  27. + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
  28. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
  30. + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
  31.  
  32. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
  33. version of this package is already installed.
  34. Windows cannot install package Microsoft.Services.Store.Engagement_10.0.1610.0_x86__8wekyb3d8bbwe because it has
  35. version 10.0.1610.0. A higher version 10.0.17112.0 of this package is already installed.
  36. NOTE: For additional information, look for [ActivityId] 1646cfef-972e-0002-9af6-46162e97d401 in the Event Log or use
  37. the command line Get-AppxLog -ActivityID 1646cfef-972e-0002-9af6-46162e97d401
  38. At line:1 char:37
  39. + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
  40. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
  42. + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
  43.  
  44. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
  45. modifies are currently in use.
  46. error 0x80073D02: Unable to install because the following apps need to be closed
  47. Microsoft.Windows.ShellExperienceHost_10.0.17134.112_neutral_neutral_cw5n1h2txyewy.
  48. NOTE: For additional information, look for [ActivityId] 1646cfef-972e-0001-b4e5-46162e97d401 in the Event Log or use
  49. the command line Get-AppxLog -ActivityID 1646cfef-972e-0001-b4e5-46162e97d401
  50. At line:1 char:37
  51. + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
  52. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
  54. + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement