I'm using fiddler as proxy to get download URL of Windows Store apps.
Most of the time after catching URL, download appx/appxbundle and open it, windows show error 'Cannot open appx/appxbundle file'
.
When I want to open appx using WinRar, faced with error 'Unknown format or damaged'
. also i checked the error in Windows Powershell and see error 0x80073cf0.
I'm pretty sure, appx file downloaded completely but why cannot install app.
APPX files downloaded from the store are encrypted so you can't just download an app and extract it's contents. This is just a part of the various mechanisms in place to protect the Intellectual Property of the those creating and releasing apps.
User contributions licensed under CC BY-SA 3.0