-
-
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
Feature: Option to force lessmsi #4559
Comments
Doesn't scoop automatically install lessmsi when it needs it, for example when installing python? |
Not that I am aware of, unless I am missing something. The logic in Lines 199 to 205 in 59088a9
Of the Python manifests, only the python27.json and -beta manifests uses MSI, and if MSIEXTRACT_USE_LESSMSI is not configured, the normal Trying to work around the problem with |
Looking again at the Python 3 manifests, I see that we use When that is the case, the dependency of Lines 64 to 66 in 37a8869
However, Maybe this feature could be added to #3502? Maybe we could revive the old deprecated |
|
Not sure about that; |
Same issue with As it isn't entirely clear, I assume that @se35710 suggests a new option in the app manifests to force lessmsi. possible alternatives:
|
Seems like a doable idea. The manifest can contain another field called Would you like to work on it? |
Some manifest require the usage of lessmsi to extract MSI-files, for example libreoffice-fresh in Extras and ojdkbuild-full in Java.
If everyone agrees, I'll add an extra boolean property
lessmsi
, with a default of false if not defined.The text was updated successfully, but these errors were encountered: