Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Unpacking a .exe file
Date: Thu, 10 Sep 2009 05:14:47
Message-Id: 200909100614.40867.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Unpacking a .exe file by Paul Hartman
1 On Wednesday 09 September 2009, Paul Hartman wrote:
2 > On Wed, Sep 9, 2009 at 4:29 PM, Volker Armin Hemmann
3 >
4 > <volkerarmin@××××××××××.com> wrote:
5 > > On Mittwoch 09 September 2009, Mick wrote:
6 > >> Hi All,
7 > >>
8 > >> I seem to be having problems unpacking a particular wireless driver. I
9 > >> tried both unzip and cabextract and neither will do the deed:
10 > >> =======================================================
11 > >> $ unzip -l wg511v2_3_2.exe
12 > >> Archive: wg511v2_3_2.exe
13 > >> End-of-central-directory signature not found. Either this file is not
14 > >> a zipfile, or it constitutes one disk of a multi-part archive. In the
15 > >> latter case the central directory and zipfile comment will be found on
16 > >> the last disk(s) of this archive.
17 > >> note: wg511v2_3_2.exe may be a plain executable, not an archive
18 > >> unzip: cannot find zipfile directory in one of wg511v2_3_2.exe or
19 > >> wg511v2_3_2.exe.zip, and cannot find wg511v2_3_2.exe.ZIP,
20 > >> period.
21 > >>
22 > >> $ cabextract -l wg511v2_3_2.exe
23 > >> wg511v2_3_2.exe: no valid cabinets found
24 > >>
25 > >> All done, errors in processing 1 file(s)
26 > >> =======================================================
27 > >>
28 > >> Last time I used cabextract (more than a couple of years now) I don't
29 > >> recall having such problems. How can I troubleshoot this, or how else
30 > >> can I extract the .sys files from in there?
31 > >
32 > > what does file says about that file? and doesn't need zip a .zip ending?
33
34 $ file -z wg511v2_3_2.exe
35 wg511v2_3_2.exe: MS-DOS executable PE for MS Windows (GUI) Intel 80386 32-bit
36
37 I tried replacing the .exe with .zip but had the same results.
38
39 > Self-extracting ZIP (and other archive format) files from DOS,
40 > Windows, OS/2, etc are usually an executable program with ZIP file
41 > appended. The stub program knows to seek to the end of its executable
42 > data to look for the archive it is to extract and unzip (etc) are able
43 > to detect this stub and bypass it.
44 >
45 > I googled the file wg511v2_3_2.exe and downloaded it. It is a
46 > InstallShield program, containing an MSI containing a CAB. AFAIK there
47 > are no Linux programs that are able to unpack -current- versions of
48 > InstallShield.
49 >
50 > I am on Windows XP right now (at work), I have unpacked the contents
51 > and can email them to the OP or upload somewhere if you'd like. Let me
52 > know.
53
54 Thanks Paul! How do you unpack the contents in WinXP? If you run the .exe it
55 just installs it/them all over the fs, right?
56
57 I would be grateful for .sys and .inf files please. Either email them off
58 list or upload them somewhere and let me have a URL to download them. This
59 is where the original .exe came from:
60
61 ftp://downloads.netgear.com/files/wg511v2_3_2.exe
62 --
63 Regards,
64 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
RE: [gentoo-user] Unpacking a .exe file Adam Carter <Adam.Carter@×××××××××.au>
Re: [gentoo-user] Unpacking a .exe file Paul Hartman <paul.hartman+gentoo@×××××.com>