install appxbundle by powershell error in window 10

hong leung 1 Reputation point
2022-11-16T01:45:44.597+00:00

hi,

when i use powershell to install appxbundle, show the following error, please advise how to fix it.

S C:\Windows\system32> Add-AppxPackage -Path "D:_temp\MSARC.AppxBundle"

Add-AppxPackage : 部署失敗,HRESULT 為: 0x80073CF3, 套件無法進行更新、相依性或衝突驗證。

Windows 無法安裝套件 Microsoft.AdvancedRecoveryCompanion_1.20040.1221.0_x86__8wekyb3d8bbwe,因為此套件相依於找不到的架

構。請提供由 "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" 發行、具有中性或 x86 處

理器架構與最低版本 14.0.26905.0 的架構 "Microsoft.VCLibs.140.00.UWPDesktop" 與此套件以安裝。目前已安裝且名為 "Microsoft

.VCLibs.140.00.UWPDesktop" 的架構是: {}

注意: 如需其他資訊,請在事件記錄檔中尋找 [ActivityId] dc5aaa60-e20a-0002-a73f-a4dc0ae2d801,或使用命令列 Get-AppPackage

Log -ActivityID dc5aaa60-e20a-0002-a73f-a4dc0ae2d801

位於 線路:1 字元:1

  • Add-AppxPackage -Path "D:_temp\MSARC.AppxBundle"
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : WriteError: (D:_temp\MSARC.AppxBundle:String) [Add-AppxPackage], IOException
    • FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. hong leung 1 Reputation point
    2022-11-16T03:05:36.14+00:00

    (english version)

    when i use powershell to install appxbundle, show the following error, please advise how to fix it.

    SC:\Windows\system32> Add-AppxPackage -Path "D:_temp\MSARC.AppxBundle"

    Add-AppxPackage : deployment failed, HRESULT is: 0x80073CF3, Package could not be verified for updates, dependencies or conflicts.

    Windows cannot install the package Microsoft.AdvancedRecoveryCompanion_1.20040.1221.0_x86__8wekyb3d8bbwe because this package depends on an

    architecture that cannot be found. Please

    provide an architecture "Microsoft.VCLibs. 140.00.UWPDesktop" with this package to install. The architecture currently installed and named "Microsoft

    .VCLibs.140.00.UWPDesktop" is: {}

    Note:

    At Line:1 Characters:1

    0 comments No comments

  2. ckchanchy_230211 36 Reputation points
    2022-11-16T13:38:47.597+00:00

    Original question: dd99567f-af67-46ad-b384-72509a1db5db

    Please try typing:

    Foreach ($ap in "C:\Program Files\WindowsApps\**\AppxManifest.xml") {add-appxpackage -register "$ap"}  
    

    in PowerShell (Administrator), press Enter key.

    Jus ignore any errors, see is there your app is installed.

    If this way doesn't work, try to install in here, but I'm not sure that is the right app you wanted to install.

    Or press here to open Microsoft Store.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.