646,338
Downloads
1,545
Downloads of v 15.05
7/12/2015
Last update
7-Zip is a file archiver with a high compression ratio. This brings the 7zip command line version to your system.
To install 7-Zip (Portable, CommandLine), run the following command from the command line or from PowerShell:
C:\> choco install 7zip.commandline
--version 15.05
To upgrade 7-Zip (Portable, CommandLine), run the following command from the command line or from PowerShell:
C:\> choco upgrade 7zip.commandline
--version 15.05
Files
Hide- tools\chocolateyInstall.ps1
Show
$versionMinusDots = "15.05".Replace(".","") $packageName = '7zip.commandline' $toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $installDir = Join-Path "$toolsDir" '7zip' $fileName = "$($packageName).exe" $file = Join-Path "$toolsDir" "$fileName" $url = "http://www.7-zip.org/a/7z$($versionMinusDots).exe" $url64 = "http://www.7-zip.org/a/7z$($versionMinusDots)-x64.exe" Get-ChocolateyWebFile "$packageName" "$file" "$url" "$url64" Start-Process $file -argumentlist "/S /D=$toolsDir" -Wait $extrasUrl = "http://www.7-zip.org/a/7z$($versionMinusDots)-extra.7z" Install-ChocolateyZipPackage $packageName $extrasUrl $installDir if (Get-ProcessorBits 32) { # generate ignore for x64\7za.exe New-Item "$installDir\x64\7za.exe.ignore" -Type file -Force | Out-Null } else { #generate ignore for 7za.exe and let x64 version pick up and shim New-Item "$installDir\7za.exe.ignore" -Type file -Force | Out-Null }
Virus Scan Results
- 7z1505-x64.exe (6abaf04e44c8) - ## / 57 - Log in or click on link to see number of positives
- 7z1505.exe (fa99d29283d9) - ## / 57 - Log in or click on link to see number of positives
- 7zip.commandline.15.05.nupkg (f5036fe1c001) - ## / 57 - Log in or click on link to see number of positives
- 7za.dll (617e54165d17) - ## / 55 - Log in or click on link to see number of positives
- 7za.exe (f9f3f83ebd6f) - ## / 54 - Log in or click on link to see number of positives
- 7zxa.dll (d441fc2a5c35) - ## / 56 - Log in or click on link to see number of positives
- 7-ZipFar.dll (03291b000d7d) - ## / 55 - Log in or click on link to see number of positives
- 7-ZipFar64.dll (6dfe829075c2) - ## / 56 - Log in or click on link to see number of positives
- 7za.dll (e6d6da9586bb) - ## / 56 - Log in or click on link to see number of positives
- 7za.exe (d1512968d096) - ## / 55 - Log in or click on link to see number of positives
- 7zxa.dll (8fc58c92067a) - ## / 56 - Log in or click on link to see number of positives
- 7z1505-extra.7z (718749fd8562) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
[Deprecated] 7-Zip (Portable, CommandLine) 16.02.0.20170209 | 189692 | Thursday, February 9, 2017 | approved |
Discussion for the 7-Zip (Portable, CommandLine) Package
Ground rules:
- This discussion is only about 7-Zip (Portable, CommandLine) and the 7-Zip (Portable, CommandLine) 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 7-Zip (Portable, CommandLine), 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.