Forum Discussion
Leonardo_Mesquita
Nov 18, 2022Copper Contributor
AddPackageByAppInstallerFileAsync failing with 0x80072EFE
We have an app that does essentially the following to install an appinstaller file: PackageManager pm{};
const IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress>& operation =
pm...
mridulgupta
Apr 19, 2023Former Employee
Leonardo_Mesquita
0x80072EFE (ERROR_INTERNET_CONNECTION_ABORTED) seems to indicate that there are connection issues on the user’s end. For these types of errors, the user is expected to try again.
If you believe the connection is good and still getting the above error, you can have a Feedback Hub bug logged under “Developer Platform” -> “App Deployment” with a recording so we can see if anything weird is happening in deployment during the repro.
0x80072EFE (ERROR_INTERNET_CONNECTION_ABORTED) seems to indicate that there are connection issues on the user’s end. For these types of errors, the user is expected to try again.
If you believe the connection is good and still getting the above error, you can have a Feedback Hub bug logged under “Developer Platform” -> “App Deployment” with a recording so we can see if anything weird is happening in deployment during the repro.