-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Under ubuntu 11.04 64 bits, the installation of the python msi through wine is not possible using the graphical interface of the msi installer because pressing the next button doesn't start the installation, and gives this error:
Trying to load PE image for unsupported architecture (AMD-64)
err:msi:ACTION_CallDllFunction failed to load dll L"C:\users\andres\Temp\msi3948.tmp" (193)
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
Trying to load PE image for unsupported architecture (AMD-64)
However, the installation can be carried out without interface by using the following command:
$wine msiexec /i Downloads/python-2.7.2.amd64.msi /qn TARGETDIR=C:\Python27 ALLUSERS=1
ExiaHan and mephi42
Metadata
Metadata
Assignees
Labels
No labels