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

Add File64 to Install-ChocolateyInstallPackage and Get-ChocolateyUnzip #1187

Closed
ferventcoder opened this issue Mar 5, 2017 · 3 comments
Closed
Assignees
Milestone

Comments

@ferventcoder
Copy link
Member

To match parity with chocolatey-community/chocolatey-packages#612

@AdmiringWorm
Copy link
Member

I'm thinking this could perhaps also be extended with the same File64 parameter for Get-ChocolateyUnzip?

@ferventcoder
Copy link
Member Author

Probably a good idea.

@ferventcoder ferventcoder changed the title Add File64 to Install-ChocolateyInstallPackage Add File64 to Install-ChocolateyInstallPackage and Get-ChocolateyUnzip Mar 5, 2017
ferventcoder added a commit that referenced this issue Mar 6, 2017
Add File64 to Install-ChocolateyInstallPackage for when a package has
both architectures and needs an easier way to address having both added.

File64 is only comes as a named variable, there is no position it can
be passed in.
ferventcoder added a commit that referenced this issue Mar 9, 2017
* stable:
  (GH-1193) Allow version check with FIPS
  (GH-1155) do not warn nupkg on pack/push
  (GH-1187) File64 - Install-ChocolateyInstallPackage
  (maint) Add 64-bit process Information variable
  (GH-1155) Warn when .nupkg/.nuspec used in args
  (GH-262) BypassProxy on IHttpClient
  (GH-1134) use console adapter for width
  (GH-1182) trace network traffic
  (GH-1181) Configure a source for self-service
  (GH-1180) Create .ignore file only in choco path
  (GH-1177) Fix: MSU fails when spaces in path
  (maint) formatting
  (GH-1178) Fix: OS_NAME not reported as Windows 10
  (GH-1134) ensure GetPackageManager w/older licensed
  (GH-1165) pass proxy bypass list to debug message
@ferventcoder
Copy link
Member Author

This will be in 0.10.4

ferventcoder added a commit that referenced this issue Mar 19, 2017
Allow passing both 32-bit and 64-bit archives to Get-ChocolateyUnzip.
One of the two needs to be there for the function not to error. If only
64bit is passed, it will fail a package on a 32 bit system.
ferventcoder added a commit that referenced this issue Mar 19, 2017
* stable:
  (GH-1098) Get-FtpFile - change int to long / improve error handling
  (docs) update generated docs
  (GH-1187) Get-ChocolateyUnzip - support both archs
  (GH-1039) Remove quotes before testing path
  (GH-686) Upgrade Scenarios for Prereleases
  (GH-686) Upgrade Prereleases
  (GH-1151) Option - Stop on first package failure
  (GH-902) Fix: User changed to SYSTEM during env update
@gep13 gep13 changed the title Add File64 to Install-ChocolateyInstallPackage and Get-ChocolateyUnzip Add File64 to Install-ChocolateyInstallPackage and Get-ChocolateyUnzip Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants