Gentoo Archives: gentoo-user

From: Christian Heinz <christian_heinz@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wine + msi
Date: Tue, 30 May 2006 08:35:19
Message-Id: 20060530101944.a333d48f.christian_heinz@gmx.net
In Reply to: [gentoo-user] wine + msi by "Stefán István"
1 On Tue, 30 May 2006 10:00:54 +0200
2 Stefán István <stefi@××××××××××××.hu> wrote:
3
4 > Hello List!
5 >
6 > Does somebody know how to start a windows msi install file with wine?
7 > If I just simply try to start it I get the following error message:
8 > $ wine /mnt/cdrom/Installation/HydroGeo_Analyst.msi
9 > wine: could not load L"Z:\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi":
10 > Bad EXE format for
11 >
12 >
13 > Thanks for the help in advance,
14 > Istvan
15 > --
16 > gentoo-user@g.o mailing list
17 >
18
19 Hi,
20 $ msiexec /i /mnt/cdrom/Installation/HydroGeo_Analyst.msi
21 should work for you. msiexec is a builtin wine utility.
22
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] wine + msi "Stefán István" <stefi@××××××××××××.hu>