Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install from winget source #2952

Open
troogyt opened this issue Mar 7, 2024 · 4 comments
Open

Can't install from winget source #2952

troogyt opened this issue Mar 7, 2024 · 4 comments

Comments

@troogyt
Copy link

troogyt commented Mar 7, 2024

I'm trying to install this using winget.

Administrator@COMPUTER c:\
# winget search explorerpatcher
Failed in attempting to update the source: winget
Name                        Id                                 Version        Source
-------------------------------------------------------------------------------------
ExplorerPatcher             valinet.ExplorerPatcher            22000.795.48.1 winget
ExplorerPatcher Pre-Release valinet.ExplorerPatcher.Prerelease 22622.450.50.3 winget

Administrator@COMPUTER c:\
#

It shows as available, but when I try install it fails as follows:

Administrator@COMPUTER c:\
# winget install --id valinet.ExplorerPatcher --scope machine --verbose-logs --accept-package-agreements --locale "en-US"
Failed in attempting to update the source: winget
No applicable installer found; see logs for more details.

Administrator@COMPUTER c:\
# 

I created a registry key per this post because there are certificates issues:

Administrator@COMPUTER c:\
# REG QUERY HKLM\Software\Policies\Microsoft\Windows\AppInstaller

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppInstaller
    EnableBypassCertificatePinningForMicrosoftStore    REG_DWORD    0x1

This fixed the cert issue, but not the source issue.

Any ideas?

@pyrates999
Copy link

are you doing deployments with this?

@troogyt
Copy link
Author

troogyt commented Mar 8, 2024

no, just trying to install on my own PC

@troogyt
Copy link
Author

troogyt commented Mar 8, 2024

So, no AD, no GPOs, just me and my machine...which I own.

@pyrates999
Copy link

This might be the reason why if they used a pre-release: #2873

I would bring this up with winget.

For now, you could just download it from here instead: https://github.com/valinet/ExplorerPatcher/releases/tag/22621.2861.62.2_9b68cc0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants