LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   How do I unzip a .EXE file? (https://www.linuxquestions.org/questions/mandriva-30/how-do-i-unzip-a-exe-file-409750/)

sghod1212 01-30-2006 05:21 PM

How do I unzip a .EXE file?
 
I'm using a guide to install a driver with ndiswrapper, but it's a .EXE file and the guide said to unzip it with a program called "unzip". I've done a few google searchs on it, but I couldn't find out how to use it properly. So could anyone tell me how to do this? And I'm trying to install a driver for a Dell Truemobile 1350 wireless card.

rjlee 01-30-2006 05:58 PM

UnZip (from InfoZip) is a utility to unzip PK-ZIP files, which typically have a .zip extension.

Self-extracting ZIP files are MS-Windows programs that often have a .EXE extension, but UnZip can handle these just like regular zip files. So you should be able to do:

Quote:

unzip file.exe

sghod1212 01-30-2006 06:07 PM

I tried that, but I get an error message that says that it can't unzip "file.exe.zip or file.exe.ZIP".

spooon 01-30-2006 07:10 PM

are you sure you gave the correct name (spelling and case) and location of the file?

rjlee 01-31-2006 04:58 AM

That error is normally given when you try to unzip a file that is not a ZIP file, although I've just tested and it does look for a file of the same name as well. Are you sure you downloaded the .exe file correctly?

indienick 01-31-2006 09:59 AM

Dude, althought it may not be in the best of interests, have you tried installing WINE?

Once you get that installed, go into a console and type;
Code:

[user@host ~$] wine file.exe
If that doesn't work, try installing WinZip or WinRar (any sort of Windows archiving software) using WINE, and try dismantling the .EXE zip you have in one of those.

sam.pedraglio 01-31-2006 11:21 AM

Are you sure it's not already an unpacked file?

niamor 02-08-2006 09:15 AM

>>> can't unzip "file.exe.zip or file.exe.ZIP".

unzip did not find your file.exe and so try with file.exe.zip (that it did not find either, of course).

Are you sure you were on the good directory, and that your fic is not "FILE.exe" or "file.EXE"?


All times are GMT -5. The time now is 05:24 PM.