WinApps-share / WinApps-bucket

Scoop bucket
https://www.winapps.cc
5 stars 0 forks source link

Add-AppxPackage : Deployment failed with HRESULT: 0x80072EFE, The text associated with this error code could not be found #7

Closed yoku-nai-desu closed 4 months ago

yoku-nai-desu commented 4 months ago

I'm not sure if this error is related to my env or is it a packaging issue or something else, I'm hoping to get some advice as for where to go from here...mentioned note in the error output isn't helping much...thanks in advanced

Add-AppxPackage : Deployment failed with HRESULT: 0x80072EFE, The text associated with this error code could not be
found.
Error message string not found
Appinstaller operation failed with error code 0x80072EFE. Detail: Unknown error
NOTE: For additional information, look for [ActivityId] ba0c5a61-b587-0000-80f4-43ba87b5da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID ba0c5a61-b587-0000-80f4-43ba87b5da01
At line:5 char:1
+ Add-AppxPackage -AppInstallerFile "$dir\files.appinstaller"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\Users\f\scoo...es.appinstaller:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
yoku-nai-desu commented 4 months ago

downloading .appinstaller from official website seems to be working as intended....

007ayong commented 4 months ago

Thank you for reporting this issue.

The error code 0x80072EFE you're encountering is typically related to network connection problems.

007ayong commented 3 months ago

@yoku-nai-desu Hello friends, I have updated the installation package download link from .appinstaller to .msixbundle.

In this way, there is no need to connect to the Internet to download when executing the Add-AppxPackage command, which should most likely solve your problem.

I hope you can try it again and look forward to your reply.

yoku-nai-desu commented 3 months ago

@007ayong thanks a bunch, much appreciated!