#package could not be opened.

12 messages · Page 1 of 1 (latest)

lone remnant
#

Hi, I've been trying to download Files using the classic installer. I also have a fresh install of Windows so I'm wondering what could've made Files display this error. Thanks in advance!

solar flame
#

You can try

  1. Opening PowerShell as administrator
  2. Run this command
    Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller
  3. See if Files is in the start menu all apps section
lone remnant
#

I got this error: ```
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.
error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified.
.
NOTE: For additional information, look for [ActivityId] 2d2bc51b-f8d3-0003-9ed4-2b2dd3f8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID 2d2bc51b-f8d3-0003-9ed4-2b2dd3f8da01
At line:1 char:1

  • Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/s ...
  •   + CategoryInfo          : OpenError: (https://cdn.fil...ge.appinstaller:String) [Add-AppxPackage], FileNotFoundException
      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
solar flame
#

Are you using an unofficial Windows install (AtlasOS, ReviOS, disabled Windows update system, removed the Microsoft store, etc.) if so these are not supported and you won't be able to use Files without reinstalling Windows using the official installer from https://www.microsoft.com/software-download/windows11.

lone remnant
#

Nope

#

it's a fresh install from microsoft's website

#

I am using a local account though

lone remnant
#

The AppRuntime worked while Files failed like previous attempts

solar flame
#

Can you try

  1. Right click on Files.package file
  2. Copy file location
  3. Open an admin Powershell
  4. Type Add-AppxPackage -Path
  5. Right click to paste file path
  6. Press enter
lone remnant
#

Well Well that did the trick