-
Notifications
You must be signed in to change notification settings - Fork 909
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
Download only choco package, no extraction #2139
Comments
This has some overlap with the download command in the paid editions. I would be surprised this would be implemented, or if the chocolatey team would be willing to merge a PR. Equivalent issue for the licensed edition: |
Please orchestrate in which order I will merge my changes, start from this ticket: I've put now automatic process elevation as a pull request in, but you do understand that it's expensive for me to create for each pull request separate branch, so changes are not clued one on another. Easier would be that you tell me what to merge, I'll start from that one. |
I'm just a community member, so I don't know, but @ferventcoder would be able to give you more information/make a decision. |
|
And remember, commercial options are what help us offer the great free options and community service that we have. So while we appreciate you want to bring this to open source, we have to weigh that with keeping Chocolatey around long term and not competing with the commercial offerings. |
At the moment
-n
option downloads and extracts nuget package.I would propose to have
-skipunzip
to only download package without unpacking nuget package.Then later on that can be installed by using
-s <folder to where download happened>
.Also using
-packagedir
would overrideApplicationParameters.PackagesLocation
.The text was updated successfully, but these errors were encountered: