Has anyone seen this error when attempting to install an AppxPackage via PowerShell? Here's an example of a full error text:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could > not be registered. > error 0x87AF0813: The Visual Elements extension failed while processing > the Notification element. > NOTE: For additional information, look for [ActivityId] > 110f2272-33a4-0002-9b58-1211a433d301 in the Event Log or use the command > line Get-AppxLog -ActivityID > 110f2272-33a4-0002-9b58-1211a433d301 > At line:1 char:97 > + ... fest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register > $manife ... > + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : WriteError: (C:\Program > File...ppxManifest.xml:String) [Add-AppxPackage], IOException > + FullyQualifiedErrorId : > DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Here is the Get-AppxLog -ActivityID 110f2272-33a4-0002-9b58-1211a433d301 output: 404 AppX Deployment operation failed for package > Microsoft.WindowsStore_11708.1001.214.0_neutral_~_8wekyb3d8bbwe with error > 0x80073CF6. The specific error text for this failure is: error > 0x87AF0813: The Visual Elements extension failed while > processing the Notification element. This is occurring on a Windows 10 Home system with a very broken Windows Store. Oddly enough, this error occurs with any AppxPackage installation, and not just an attempt at reinstalling the Store. This error computer-wide, affecting any existing as well as new user accounts. I'm gonna wipe it, but I'm really curious as to just what the heck happened to this system and what this error is about. My Google-Fu has failed me, and I can't find anything online that has a resolution for this error. -- Espi

