cannot use AppxPackage

  • Thread starter Harishankar Sajeevan
  • Start date
H

Harishankar Sajeevan

when I use This Command " Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} " To Install Microsoft Store The Following Error Is Shown






Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist. At line:1 char:54 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist. At line:1 char:54 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Windows cannot install package Microsoft.WindowsStore_12004.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is currently paused. The package must be Staged in order to proceed. NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-b524-8681a152d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-b524-8681a152d601 At line:1 char:54 + ... | 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



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

Windows cannot install package Microsoft.WindowsStore_11811.1001.18.0_x64__8wekyb3d8bbwe because the package is

currently paused. The package must be Staged in order to proceed.

NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-be24-8681a152d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-be24-8681a152d601

At line:1 char:54

+ ... | 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



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

Windows cannot install package Microsoft.WindowsStore_12005.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is

currently paused. The package must be Staged in order to proceed.

NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-c124-8681a152d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-c124-8681a152d601

At line:1 char:54

+ ... | 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



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

Windows cannot install package Microsoft.WindowsStore_12006.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is

currently paused. The package must be Staged in order to proceed.

NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0002-9932-8681a152d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0002-9932-8681a152d601

At line:1 char:54

+ ... | 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



Please Help

Continue reading...
 
Back
Top Bottom