
16,475
Downloads
16,475
Downloads of v 3.0
7/22/2015
Last update
Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc.
To install Info-ZIP, run the following command from the command line or from PowerShell:
C:\> choco install zip
To upgrade Info-ZIP, run the following command from the command line or from PowerShell:
C:\> choco upgrade zip
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop'; # stop on all errors $packageName = 'zip' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" #$url = 'ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip' #$url64 = 'ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn-x64.zip' $url = 'http://fossies.org/windows/misc/zip300xn.zip' $url64 = 'http://fossies.org/windows/misc/zip300xn-x64.zip' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir url = $url url64bit = $url64 } Install-ChocolateyZipPackage @packageArgs
Virus Scan Results
- zip.3.0.nupkg (c51117a05743) - ## / 55 - Log in or click on link to see number of positives
- zip300xn-x64.zip (63f32f1f7976) - ## / 42 - Log in or click on link to see number of positives
- zip300xn.zip (f8bbc1821d50) - ## / 54 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 1997-2008 Info-Zip
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Info-ZIP 3.0 | 16475 | Wednesday, July 22, 2015 | approved |
Discussion for the Info-ZIP Package
Ground rules:
- This discussion is only about Info-ZIP and the Info-ZIP package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Info-ZIP, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.