
You are required to still have VS2012's libs for doing Windows 8 N apps. Express editions of Visual Studio 2013 won't highlight this issue/reason, but if you install Pro/Ultimate you will be presented with the option to install VS2012's libs as part of your 2013 installation.

2013 has no support for maintaining Windows 8.0 apps unless you also have the libs from 2012 on your system. This is because you have removed (or never installed) Visual Studio 2012 and are now using VS2013 instead. NOTE: For additional information, look for ħd2e1c8c-cedc-0000-872f-2e7ddccece01 in the Event Log or use the command line Provide the framework along with this package. Version 2.1 of framework Microsoft.VCLibs.110.00 published by any On another package that could not be found. Windows cannot install package Demo1-native-gmx because this package depends Updates, dependency or conflict validation. Developers receive the following exception during the install procedure (quite a way down your compiler window log):Īdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed

PowerShell will attempt to process those rows the same as the data rows, resulting in errors.We have become aware of an issue affecting some developers after they have updated to Windows 8.1, leading most to think their game has failed to build when instead it is that their games will now not install at the end of a build process because a required framework package isn't found.

The header rows in your TXT file would also be an issue. This means that Remove-AppxProvisionedPackage won't be able to find these packages in order to remove them, resulting in an error. Why is powershell not able to remove appxpackage? To remove the existing software you need to decide which apps you would like to remove first. To successfully remove AppX packages you’ll need two separate PowerShell scripts: one to remove the application(s) and one to prevent it from installing when a new user logs onto the desktop. Then type this code in PowerShell window: “get-appxpackage Microsoft.GamingServices How to remove appx packages from windows 10? How to remove appxpackage microsoftgamingservices?įirst of all, launch Windows PowerShell as an administrator. Attempting to uninstalling the app using PowerShell’s Remove-AppxPackage would result in the same error code: Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA.

It can happen for any app, for that matter. However, the error 0x80073CFA is not specific to Microsoft gaming apps. The error code is 0x80073CFA, in case you need it. Frequently Asked Questions What is the error code for remove appxpackage?
