-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Generates an insane amount of registry keys at installation #2069
Comments
which registry keys are you talking about specifically? |
It's probably due to file type associations Line 319 in 69f600a
|
so it's a problem on my end? or the chocolatey package |
I dont k ow about chocolatey because i dont publish there. You could try the github download and see if it’s the same |
The chocolatey script downloads the 7z archive directly from this github repo, but somehow it also adds chocolateyinstall.ps1 . In this extra script paths and registry keys are arranged, including a big loop over many file extensions/types. |
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Operating System
Windows 11
Steps to reproduce
Opening PS as admin I did the following:
PS C:\Users\friso> choco install lossless-cut
which was followed by a very long return message
it seems to be creating an insane amount of hkey/registry keys
this technically works in chocolatey but is very unpleasant.
wingetui cannot even handle this gigantic flood of messages/lines and just botches the installation.
Expected behavior
a way shorter installation message
Actual behavior
installing takes a long time with many lines being printed
Share log from developer tools
No response
The text was updated successfully, but these errors were encountered: