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 12:39:23
Message-Id: 358eca8f0909100539t55595456j553e7e3839fceebe@mail.gmail.com
In Reply to: Re: [gentoo-user] Unpacking a .exe file by "Jesús Guerrero"
1 2009/9/10 Jesús Guerrero <i92guboj@×××××.es>:
2 > On Thu, 10 Sep 2009 10:17:28 +0100, Mick <michaelkintzios@×××××.com>
3 > wrote:
4 >> 2009/9/10 Adam Carter <Adam.Carter@×××××××××.au>:
5 >>> Did you try running the .exe with wine?
6 >>
7 >> Thanks Adam, I don't have WINE on this old machine, or the space for
8 >> it.  Even if I did - how do I find the files (don't know what their
9 >> names are).  Is it a matter of running the .exe so that it installs
10 >> and assuming that it does not fail then diff-ing the fs before and
11 >> after, or ls -l -a -t to find the latest files which were modified?
12 >
13 > Well, the installer itself needs to be decompressed to run. Most windows
14 > installers install the intermediate files in c:\windows\temp (which
15 > usually would be ~/.wine/drive_c/windows/temp. Some others create a
16 > temporal dir under c:\ (~/.wine/drive_c). It's a matter of firing
17 > up the installer and go looking around there with each step until
18 > you can find them.
19 >
20 >
21 > By the way, I've tried decompressing the file with 7z and it indeed
22 > extracts 6 files, however I have no idea what they contain.
23
24 Hmm ... p7zip does not seem to like it over here - is it different to 7z?
25
26 $ p7zip -d wg511v2_3_2.exe
27 /usr/bin/p7zip: wg511v2_3_2.exe: unknown suffix -- ignored
28
29
30 > It must
31 > be the pieces that installshield chain together. I have no idea if
32 > it's possible to extract something from there or not. There's a big
33 > file called textually '[DATA]', which is the biggest one, so the
34 > stuff must be there. I guess that's the one containing the compressed
35 > files, the rest of the files must be the exe header and the install
36 > shield control into. However I haven't manager to decompress that
37 > '[DATA]' file using anything.
38 >
39 > --
40 > Jesús Guerrero
41 >
42 >
43
44
45
46 --
47 Regards,
48 Mick

Replies

Subject Author
Re: [gentoo-user] Unpacking a .exe file "Jesús Guerrero" <i92guboj@×××××.es>