files-community / Files

Building the best file manager for Windows
https://files.community
MIT License
32.89k stars 2.1k forks source link

Installation Errors #15715

Closed coolvitto closed 3 days ago

coolvitto commented 3 days ago

Description

An error is displayed during installation. (v3.5.0.0)

Error message: The specified service does not exist as an installed service.

I am customizing Windows 11 and have removed or disabled some services.

Are there any required services during installation?

Steps To Reproduce

Run Files.Stable.exe

Requirements

Some services are being removed

Files Version

3.5.0.0

Windows Version

26100.994

Log File

none

Josh65-2201 commented 3 days ago

Unofficial Windows installs are not supported but you can try the below.

  1. Type Services in Windows start menu > Open the Windows update and Delivery optimization services > Set startup type to automatic > Click ok > restart Windows and try installing again.

  2. You can also try

    1. Opening PowerShell (Windows default not PowerShell 7) 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

If the above doesn't work you won't be able to use Files without reinstalling Windows using the official installer from https://www.microsoft.com/software-download/windows11.

coolvitto commented 3 days ago

Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller I try this command but get the same error.

What services does the "Files" installer require?

Josh65-2201 commented 3 days ago

Windows update and Delivery optimization

coolvitto commented 3 days ago

ok,thanks, I will never install "Files" again.