Вот здесь есть инструкция по устранению проблем в развертывании пакетов из стора.
To access the packaging and deployment event logs
Run eventvwr.msc.
Go to Event Viewer (Local) > Applications and Services Logs > Microsoft > Windows.
The first log to check is AppxPackagingOM > Microsoft-Windows-AppxPackaging/Operational.
Deployment-related errors are recorded in AppXDeployment-Server > Microsoft-Windows-AppXDeploymentServer/Operational.
You can also use the following command in PowerShell to get the first few logged events:
Get-Appxlog | Out-GridView
Также можно использовать
procmon и посмотреть, какие действия в системе завершаются с ошибкой и какой именно ошибкой