WinZip is a shareware file archiver and compressor for Windows, OS X, iOS and Android developed by WinZip Computing. By default, WinZip creates archives in Zip file format but also has various levels of support for other archive formats.
Questions tagged [winzip]
103 questions
0
votes
3 answers
I need a C# library for zipx
I need to extend my application to unzip .zipx files. This appears to be the latest and greatest zip compression from WinZip.
Does anyone know of a library that will do this?
Thanks

Daniel Mitchell
- 105
- 1
- 2
- 5
0
votes
2 answers
File format issue (plaintext)
I have had an email sent with an attachment which was a zip file. For some reason the email client has not attached it as a seperate file, and simply rendered it as text in the email. There is no other copy of the zip file. I am trying to recover…

creatiive
- 1,073
- 21
- 49
0
votes
1 answer
How do I create a shell-extension / file container dll like winzip?
Ok so I need to make a file container program or namespace extension similar to that of winzip or winrar.
Now I don't need the files to be compressed or encrypted or anything special like that.
What I need is to create a dll that works off an…

user1255276
- 541
- 2
- 5
- 20
0
votes
1 answer
Extracting an ISO to a folder using WinZip/WinRar
I'm trying to extract an ISO using C#, I found a Winzip library, DotNetZip, and used that but when I run the project it says that it cannot extract the ISO.
string activeDir = copyTo = this.folderBD.SelectedPath;;
folderName =…

ELSheepO
- 305
- 3
- 9
- 26
-1
votes
1 answer
how to silently extract winzip self extractor without progress bar
I am running Winzip Self extractor file from .net by passing a command line argument "/auto" so that the installation goes silently.
However i dont want to show the UI/Progress during the installation.
Can anyone guide me on this

SSK
- 783
- 3
- 18
- 42
-1
votes
1 answer
Python Winzip Password Tester without dictionary
I am trying to build a winzip file cracker without a dictionary attack (For an essay on password security). It needs to scroll through the "combos" iteration trying each combination until the passwords is found. So close to being done but currently…

Craig Godbold
- 1
- 1
-1
votes
1 answer
Unzip cab files in a folder, only certain filetypes and rename
I am trying to solve a unzipping a lot of cab files problem and I managed to create a frankenstein script below from different scripts that does what i need but I am having a lot of problems figuring out the very last step and I need a lil nudge to…

drLecter
- 197
- 3
- 18
-1
votes
2 answers
Executing WinZip Command in a C# Program
How to execute winzip command from MVC controller Action?
Command:
C:\Program Files (x86)\WinZip>WZZIP.EXE -ys2048000 Location Location

Sahil Gupta
- 13
- 1
- 8
-1
votes
1 answer
How can i archive every 2 files in a folder with 7zip
How can i archive every 2 files in a folder with 7zip. I want 7zip to take the name of the first file for the archive. Is it possible.
-1
votes
1 answer
winzip cli how to suppress evaluation warning?
In my product we are using winzipCLI to zip packages. After a long time i seeing an issue not able to resolve it. A evaluation acceptance message is thrown in CLI which is causing my build system to fail. I found the issue by manually running the…

Gana
- 979
- 3
- 10
- 18
-1
votes
2 answers
How to set up answer file/.ini for WinZip installer using NSIS
I am creating an installer that installs several programs and file packages at once, one of these being WinZip, I want the WinZip installer to run in the background, from what I've gathered using /s will make it run in silent mode, BUT the installer…

Medic3000
- 786
- 4
- 20
- 44
-2
votes
1 answer
Report All Files Hierarchically on a Zip-of-Zip Files from the Command-Line Interface
I have a WinZip parent file that contains hundreds of WinZip child files on a Windows 7 64-bit computer. Each child WinZip file has many "grandchild" files within it. I need to create a text file non-verbose report of all the exploded files: the…

MAbraham1
- 1,717
- 4
- 28
- 45
-3
votes
1 answer
Running a file after extracting from Zip 7
I have a large of files including MyExcel.xlsm (macro enabled file). A few jpeg file and a power point presentation: mypresentation.pptm (macro enabled file)
I want to put pack them in a exe file. This I am able to do using zip 7.
Issue is, I would…

haplc
- 11
- 4