Hi,
To resolve the issue where the app package is not supported for installation by App Installer due to restricted capabilities, you can follow these steps:
- Verify App Package File Installation:
Download the app package file to a local folder and try to install it using the Add-AppxPackage PowerShell command.
- Check App Installer Event Logs
The app deployment infrastructure emits logs that are often useful for debugging installation issues via the Windows Event Viewer: Application and Services Logs -> Microsoft -> Windows -> AppxDeployment-Server
. Additional log files are created in this folder: %LocalAppData%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
You can also update App Installer using the winget tool. Open CMD or Windows PowerShell as administrator and run
winget upgrade Microsoft.AppInstaller
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.