-
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
64bit 7z.exe on 32bit system in chocolatey\tools #836
Comments
@mattia72 Thanks. I thought I had set the 32 bit version of the file but with everything else going on this must have been missed. |
This was referenced Jul 15, 2016
ferventcoder
added a commit
that referenced
this issue
Jul 24, 2016
For built-in ops, use the 32bit version of 7zip instead of the 64bit. This allows maximum compatibility.
ferventcoder
added a commit
that referenced
this issue
Jul 24, 2016
* stable: (maint) Skip log PowerShell resource assembly failures (GH-871) Fix - Uninstall zip: Path is empty string (maint) remove unused import (GH-854) Reset Exit Code between package runs (GH-852) Bump up the default log sizes (GH-867) NuGet.Core Errors Exit Code 1 (GH-853) Handle null values better (GH-836) Fix - Use 32 bit 7zip (GH-847) Tab Completion Enhancements (GH-857) Fix - Sometimes paths contain null chars
@ferventcoder -- is there an estimated release date for 0.10.0? This issue is breaking a few of our packages as well. |
In the next few days. You can follow along on the milestone to see what issues are left. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a 32bit system. If I want to install a zip package, choco install fails with the following message:
ERROR: Exception calling "Start" with "0" argument(s): "The specified executable is not a valid application for this OS platform."
I checked the C:\ProgramData\chocolatey\tools\7z.exe and it is really a 64bit version.
If I change it to a 32bit build, the install works well.
Output Log
The text was updated successfully, but these errors were encountered: