Very irritating error when installing apps in Windows 8.1
Basically app downloads but error 0x80070005 is shown and app is not installed
For fix it, run the following from an administrative command prompt:
[sourcecode language=”vb”]
CD\Users\%username%\AppData\Local
cacls packages /e /g %username%:f
[/sourcecode]