"7z" or "7zip" may refer either to the open-source 7zip compression container format or to the program of the same name that is the flagship implementation of the compression format. Both are GPL-licensed and under active development.
52
votes
5answers
23k views
How do I create 7-Zip archives with .NET?
How can I create 7-Zip archives from my C# console application? I need to be able to extract the archives using the regular, widely available 7-Zip program.
Here are my results with the examples ...
14
votes
7answers
11k views
Using 7-Zip from Delphi?
I would like to use the 7-Zip DLLs from Delphi but have not been able to find decent documentation or examples. Does anyone know how to use the 7-Zip DLLs from Delphi?
11
votes
6answers
18k views
Free compression library for C# which supports 7zip (LZMA) [closed]
I have a program (written in C#) that reads/writes its data directly (direct file access without server) to firebird database files. For a better exchange I want to (un)compress them on import/export ...
10
votes
4answers
2k views
JPG+Zip File Combination Problem with Zip Format
Hopefully you've heard of the neat hack that lets you combine a JPG and a Zip file into a single file and it's a valid (or at least readable) file for both formats. Well, I realized that since JPG ...
10
votes
5answers
2k views
why is LZMA SDK (7-zip) so slow
I found 7-zip great and I will like to use it on .net applications. I have a 10MB file (a.001) and it takes:
2 seconds to encode.
Now it will be nice if I could do the same thing on c#. I have ...
10
votes
3answers
5k views
7-ZIP (LZMA) compression for iPhone (iOS)
Does anybody know if there is an implementation of 7-Zip (LZMA) that would work on iPhone (iOS)?
8
votes
1answer
381 views
Treating 7z files as .NET streams
I would like to chain multiple stream operations (like downloading a file, uncompressing it on the fly, and processing the data without any temp files). The files are in 7z format. There is a LZMA SDK ...
7
votes
1answer
295 views
Is it possible to resume 7zip compression?
My application regularly upload large files. Regardless of their size, all files are compressed before uploaded to server.
Part of this project requirements is to resume nicely after crash/power ...
7
votes
1answer
4k views
7z extension for php?
I can't find one and I don't know if any of PHP Compression and Archive Extensions will work.
Do you think I could use a compression stream to read data from a 7z file?
UPDATE
7z forums have a ...
6
votes
1answer
7k views
any good 7z utilities for the mac? [closed]
I'm looking for a good 7zip utility I can run on the MAC (osx 10.7 lion). I'm used to running the windows 7 version which has a nice gui, nice integration with the windows filemanager. Is there ...
6
votes
1answer
1k views
Can Delphi JCL 7zCompression used to compress/decompress in-memory stream without file operations?
I had used TJcl7zCompressArchive / TJcl7zDecompressArchive to do Archive operation before.
Now I would like to compress / decompress in-memory streams directly without file operation. However, when ...
6
votes
1answer
178 views
Brute force 7z password testing [closed]
I've made a typo in my password back in the days when 7-zip didn't have a 'confirm pwd' field. So now I have a pwd-protected 7-zip file. I've writen some software to generate most likely typo ...
6
votes
1answer
2k views
Unzipping files in a faster way than using the java.util.zip in Android
I need unzip a .zip file of 2.5mb(1087 files - *.html, *.css and *.db) in android, i have used java.util.zip, it works fine, but i need improve the performance, the unzip process last 1.10 minutes, i ...
5
votes
4answers
5k views
Invoke-Expression with exe in Program Files
I'm trying to run a Powershell command to call 7-Zip to zip up a folder using the following command:
$command = $SevenZip + " a " + $targetDirForZip + $GetDateName + "_" + $dir.Name + ".7z " + ...
5
votes
4answers
7k views
programmatically extract tar.gz in a single step (on windows with 7zip)
PROBLEM: I would like to be able to extract tar.gz files in a single step. This makes my question almost identical to this one: stackoverflow question for tar-gz.
My question is almost the same, but ...
5
votes
5answers
8k views
Extracting a 7-Zip file “silently” - command line option
I want to extract a 7-Zip archive in a Python script. It works fine except that it spits out the extraction details (which is huge in my case).
Is there a way to avoid this verbose information while ...
5
votes
6answers
4k views
Any good tool for browsing archives(Ear,War, Jar) on OSX
On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, can even dig into contained WAR file and within that JAR files quickly.
This is another of those ...
4
votes
2answers
2k views
API's to extract 7z files in .net
Is there any API available, that can be used in .net that can read/extract 7z files ?
4
votes
5answers
6k views
7-Zip command-line switch [closed]
Is there a 7-Zip command-line switch that prevents the filenames from echoing to the screen as they are added to the archive?
4
votes
2answers
1k views
How can I get 7za.exe to run via Powershell Remoting?
I've tried a number of different ways to do this, they all result in the same error.
Here is one set of commands:
$s = New-PSsession -ComputerName ServerA
$job = Invoke-Command -Session $s ...
4
votes
4answers
4k views
7-Zip (7za.dll) .NET wrapper
Is there some code or a library that lets me control the 7-Zip unpacking functionality from C# code?
4
votes
1answer
225 views
how to programmatically extract or unzip a .7z (7-zip) file with R
I'm trying to automate the extraction of a number of files compressed with 7-zip. I need to automate this process, because a) there are many years of data I'd like to unlock and b) I'd like to share ...
4
votes
1answer
163 views
What's wrong with my .bat script?
So, I am trying to write a script that uses 7-zip to extract a .zip file containing another .zip file into the current directory and delete it.
Everything works fine when I type it into the command ...
4
votes
1answer
602 views
C# - How do I create a regular ZIP archive using the 7-zip library(i.e. not a .7z, but .zip)?
this is my first question on here, so bear with me.
What I'm aiming to do is just create a basic .zip archive in C#. I have tried using the built-in GZipStream class of .NET and have managed to ...
4
votes
2answers
3k views
How do I use the 7z sdk to extract rar/zip files (C++)?
I'm trying to write a small, cross-platform comic book reader (Qt / C++). I don't care what's already out there, I know there are some.
My problem is that I need to read the comic book formats, which ...
4
votes
4answers
4k views
Compressing only files using 7z without preserving the path
I am using 7z command line executable to zip files, but I see that while adding to an archive the path of the files is preserved in the archive.
So if I do
7z a -tzip myzip.zip dir1\dir2\*
the ...
4
votes
2answers
4k views
how to open java program generated zip file using UTF-8 encoding
Our product has an export function, which uses ZipOutputStream to zip a directory; however, when you try to zip a directory that contains file names with Chinese or Japanese character the export ...
4
votes
1answer
3k views
7-Zip: Any good tutorials?
I'm thinking about using the 7-Zip format to pack my application files since it's a very compact and popular format. I can't find some tutorials on how to use the C++ SDK, though. I'd like some ...
4
votes
2answers
2k views
Ruby / rubyzip alternative capable of handling rar/tar/zip/7z?
I was wondering if anyone knows of rubyzip alternatives for Ruby, that can handle various formats in particular zip / rar / 7z?
I know of libarchive, but it's not complete for my purposes ( it's a ...
4
votes
1answer
269 views
PsExec 1.98 (spawned from C# process) never completes when running 7Zip across domain
I am kicking off PsExec using a C# .NET 4 process with the code
var startInfo = new ProcessStartInfo(psExecLocation)
{
Arguments = string.Format(@"\\{0} -accepteula -u {1} -p {2} {3}", ...
4
votes
1answer
863 views
What compression format should we use; should we lay DEFLATE (.zip) to rest? [closed]
With most Linux distributions dropping gzip and bzip2 in favor of LZMA2 for compressing their packages, and many open source implementations for many platforms, I wonder: Shouldn't we lay DEFLATE and ...
4
votes
1answer
12k views
How to unzip a 7zip archive in Android?
The problem is probably quite simple for some of you:
I have a 7zip archive which contains some hundred files separated into different directories. The target is to download it from a FTP server and ...
3
votes
2answers
8k views
How to use LZMA SDK to compress/decompress in Java
http://www.7-zip.org/sdk.html
This site provide a LZMA SDK for compress/decompress files, I would like to give it a shot but I am lost.
Anyone got experience on this? Or a tutorial? Thanks.
3
votes
3answers
689 views
using 7zip sdk to compress a file, but can not decompress using winrar or 7zip
I downloaded the SDK 7zip from here.
Then I used this code to compress a file to 7zip:
private static void CompressFileLZMA(string inFile, string outFile)
{
Encoder coder = new ...
3
votes
2answers
88 views
Get password of archive file knowing its contents
Is it possible to get .7z archive password when you have password protected archive file and decrypted content of that archive file?
3
votes
1answer
360 views
7zip execution permissions in Windows2k8 64
I've created a self-extracting 7zip file. There is one CMD file contained in it which 7zip runs on extract. This cmd reads the registry and performs some further activities (unimportant to this ...
3
votes
1answer
886 views
C# Using 7zip to get list of files in an archive?
I am using 7zip http://www.7-zip.org/download.html in a C# program to unzip files using the code below.
Process t = new Process();
t.StartInfo.FileName = "7za.exe";
t.StartInfo.Arguments = "e " + ...
3
votes
3answers
623 views
Creating files in memory then pushing them into a zip archive using 7-zip commandline?
I'm trying to create zip files on the fly in C++, I'm using 7-zip to try and accomplish this, specifically I want to use the 7-zip commandline (I'm willing to try and modify its source to accomplish ...
3
votes
3answers
16k views
7-zip commandline
I'm creating a backup utility that zips all the files listed in a textfile. I am using MS ACCESS as my front-end and 7-zip for compression. Everytime i execute this command.
7zG.exe a ...
3
votes
2answers
750 views
Running 7Z in a dos command from VBA Excel causes warning alert
I am currently using the following code to run a dos command as follows from VBA.
Set objShell = CreateObject("WScript.Shell")
dos_command="\\\10.xx.xx.xx\test\7z.exe a -r " etc etc etc
result = ...
3
votes
1answer
2k views
Archiving thousands of files and 7zip limitations
My application requires that a task is run everyday in which 100,000+ PDF (~ 50kb each) files need to be zipped. Currently, I'm using 7-zip and calling 7za.exe (the command line tool with 7-zip) to ...
3
votes
1answer
692 views
How to avoid thumbs.db files in compression
Is there a 7zip or winzip command to use so that the compression avoids thumbs.db files?
3
votes
2answers
86 views
How to create a compressed SFX file using SevenZipSharp?
I will understand how to create a SFX using SevenZipSharp library.
First of all I need to say I can't find any property to set the compression level, and all of that.
And when I try to make an SFX ...
3
votes
1answer
126 views
Adding a status (file integrity)check to a cbr cbz converting bash script
First post, so Hi! Let me start by saying I'm a total noob regarding programming. I understand very basic stuff, but when it comes to checking exit codes or what the adequate term is, I'm at a loss. ...
3
votes
3answers
243 views
Zip batch command and Excel
I have many excel files that I need zipped into each of their own zip folders. I thought I had this ironed out, but I have co-workers coming back to me saying that they cannot open the excel file ...
3
votes
1answer
285 views
Invoke executable (w/parameters) from powershell script
I'm calling a zip utility from powershell and having a difficult time getting its parameters straight. Here's the code:
if (-not (test-path "C:\Program Files (x86)\7-Zip\7z.exe")) {throw ...
3
votes
2answers
721 views
How to print and capture 7zip's % progress markers when executing from python?
When 7zip runs from the command line, it will print a progress bar using a series of '%' symbols.
I'd like to both capture and print this progress bar when executing 7zip from within Python.
How do I ...
3
votes
2answers
1k views
How do I write binary data for 7z archive format?
I've been pouring over the format description and source code for the 7z archive format, but I'm still having trouble writing a valid container. I assume I can create an empty container... anyway ...
3
votes
1answer
253 views
Empty folder is created in 7Zip while compressing file in java
I am using Java compression API (java.util.ZIP package) to compress the files. It works well. However, I have below small issue.
Suppose my input file is C:\temp\text.txt and my output (compressed) ...
3
votes
1answer
3k views
Decompress a 7zip archive with multiple files & directories in Java
I want to decompress a 7zip/lzma archive with multiple files & directories in Java. I tried to use the official 7zip SDK, but I failed, as my programming skills are not that advanced for this ...