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

Generates an insane amount of registry keys at installation #2069

Closed
5 tasks done
FrisoDB opened this issue Jul 9, 2024 · 6 comments
Closed
5 tasks done

Generates an insane amount of registry keys at installation #2069

FrisoDB opened this issue Jul 9, 2024 · 6 comments

Comments

@FrisoDB
Copy link

FrisoDB commented Jul 9, 2024

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

@mifi
Copy link
Owner

mifi commented Aug 5, 2024

which registry keys are you talking about specifically?
unfortunately i don't publish losslesscut in choco, am not affiliated with them, and i don't know how to fix this.

@mifi mifi closed this as completed Aug 5, 2024
@Yolakalemowa
Copy link

shit... it's happening to me too :(

image

had to abort it but it did a LOT and I have no idea what.

@mifi
Copy link
Owner

mifi commented Sep 8, 2024

It's probably due to file type associations

"fileAssociations": [

@Yolakalemowa
Copy link

It's probably due to file type associations

"fileAssociations": [

so it's a problem on my end? or the chocolatey package

@mifi
Copy link
Owner

mifi commented Sep 9, 2024

I dont k ow about chocolatey because i dont publish there. You could try the github download and see if it’s the same

@FrisoDB
Copy link
Author

FrisoDB commented Sep 10, 2024

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.

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

3 participants