Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

[BUG] (Install-ChocolateyZipPackage) 32-bit-only packages report 64bit during install #590

Open
DanTup opened this issue Oct 19, 2014 · 3 comments

Comments

@DanTup
Copy link

DanTup commented Oct 19, 2014

If you call Install-ChocolateyZipPackage and only pass a 32bit zip url, on a 64bit machine, it outputs:

Downloading {packageName} 64 bit

This is slightly misleading!

@ferventcoder
Copy link
Contributor

Show me the chocolateyInstall.ps1 file?

I think you need to remove the $url64 completely.

@DanTup
Copy link
Author

DanTup commented Oct 19, 2014

I don't have one :(

https://github.com/DanTup/Chocolatey-Packages/blob/master/Dartium/chocolateyInstall.ps1

I did read through the Chocolatey code briefly but couldn't understand why it was happening :(

@ferventcoder
Copy link
Contributor

It's a bug then...

@ferventcoder ferventcoder changed the title (Install-ChocolateyZipPackage) 32-bit-only packages report 64bit during install [BUG] (Install-ChocolateyZipPackage) 32-bit-only packages report 64bit during install Oct 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants