#CANNOT INSTALL PACKAGE BECAUSE A DIFFERENT PACKAGE WITH THE SAME NAME IS ALREADY INSTALLED
1 messages · Page 1 of 1 (latest)
Can you try restarting Windows. If that doesnt work try the below
- Open an admin powershell window
- Run
Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Files*" } | Select Name, InstallLocation - See if any packages show
- If so run
Remove-AppxPackage -Package "package name"replacing package name with the end of the string given with previous out put, example below.
https://github.com/files-community/Files/assets/26977075/ef996343-e1c4-4fe5-8f36-0afc87f7afd2