-
Notifications
You must be signed in to change notification settings - Fork 905
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
Ability to pick x64/x86 runtime binaries for shimming by architecture without needing PowerShell scripts #1365
Comments
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 26, 2018
- This allows the creation of an x86 or x64 folder in tools - Shims will be created, depending on identified arch - No need for install/uninstall script
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 27, 2018
- This allows the creation of an x86 or x64 folder in tools - Shims will be created, depending on identified arch - No need for install/uninstall script
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 27, 2018
- This allows the creation of an x86 or x64 folder in tools - Shims will be created, depending on identified arch - No need for install/uninstall script
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 27, 2018
- This allows the creation of an x86 or x64 folder in tools - Shims will be created, depending on identified arch - No need for install/uninstall script
ferventcoder
added a commit
that referenced
this issue
Feb 27, 2018
(GH-1365) Support architecture folder in tools folder
Merged into stable at cd8ef68 |
@jnm2 This should be pushed out in 0.10.9 of Chocolatey, would love to hear any feedback that you have on it's usage. |
gep13
added a commit
that referenced
this issue
Feb 28, 2018
* stable: (GH 1416) Incorrect documentation for Install-ChocolateyInstallPackage (GH-1365) Added supported for arch in tools folder (maint) Whitespace changes
ferventcoder
changed the title
Ability to install from /tools/x64 and /tools/x86 without PowerShell
Ability to pick x64/x86 runtime binaries for shimming by architecture without needing PowerShell scripts
Mar 4, 2018
ferventcoder
added a commit
that referenced
this issue
Mar 25, 2018
That would get quite annoying for about 99% of the packages that don't have architectures in two different folders. Do not provide a warning if that directory is missing.
ferventcoder
added a commit
that referenced
this issue
Mar 25, 2018
* stable: (version) 0.10.9 (doc) update release notes (GH-474) Adding reset of console on abnormal exit (doc) update release notes (GH-1526) Provide friendly messages on exit codes (maint) update tab expansion (GH-1365) Do not warn on missing folders (doc) update release notes (GH-1524) Capture password when only user is provided
This was referenced Aug 28, 2021
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/docs
that referenced
this issue
Oct 12, 2021
Documents feature added in chocolatey/choco#1365 Fixes chocolatey#229
gep13
pushed a commit
to TheCakeIsNaOH/docs
that referenced
this issue
Oct 13, 2021
Documents feature added in chocolatey/choco#1365 Fixes chocolatey#229
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the NuGet world it's a common convention to put platform-specific things in platform-specific folders, both for native resources and managed resources.
I think it would be cool if Chocolatey adopted the convention of ignoring
/tools/x64
unless you're doing a 64-bit install, in which case it treats the contents of/tools/x64
as though they were in/tools
. Likewise for/tools/x86
and 32-bit installs.This would remove the need for PowerShell and I could simply distribute:
Moved from https://github.com/chocolatey/chocolatey.org/issues/526
The text was updated successfully, but these errors were encountered: