• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.
 

How to fix The package can only be installed on the following device families: Windows.Xbox

 
Some of you may have may have experienced an error like so trying to install a package dumped on Xbox for example a system title

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied.
Windows cannot install package because this package is not
compatible with the device. The package can only be installed on the following device families: Windows.Xbox

For this you will need the appx to be extracted if it isn't already you can my unpacker (https://github.com/tunip3/APPX-unpacker)

1) Open the appx manifest
2) look for the TargetDeviceFamily Tag in the dependencies section.
3) change the name attribute from
Name="Windows.Xbox"
To
Name="Windows.Universal"

4) Save the manifest and now you should be able to install it.
About author
admin
Avid gamer.

Comments

There are no comments to display.

Microsoft Xbox One information

Author
Chad Waliser
Article read time
1 min read
Views
252
Last update

More in Microsoft Xbox One

More from Chad Waliser

Share this microsoft xbox one

 
Back
Top