Thanks for responding guys.
From all these conversations, I gather that, although it may be possible
in future, currently there is no support to run x64 PE executables :-(
Now I need to find out some alternative means (Dos?/WinPE) to run winnt32.exe to run unattended windows (x64) installation.
Ananth
-----Original Message----- From: Troy Rollo [mailto:wine@troy.rollo.name] Sent: Tuesday, July 18, 2006 6:35 AM To: wine-devel@winehq.org Cc: Jacek Caban; Ge van Geldorp; Nadgir, Ananth P Subject: Re: winnt32.exe on AMD64
On Tuesday 18 July 2006 09:53, Jacek Caban wrote:
It's not enough. We have to be able to call these functions from the Wine code, call callbacks, COM interfaces etc...
These are complications rather than impenetrable barriers. Wine->Wine (and Winelib App->Wine) calls would not need to go through the thunks. Many of the issues involved have already been dealt with for 16<->32 thunking and cross-process COM calls.
It's not ideal, but it should be possible.