Error when running msiexec

Questions about Wine on Linux
Locked
disc1plin3
Newbie
Newbie
Posts: 1
Joined: Mon Jan 06, 2020 5:34 pm

Error when running msiexec

Post by disc1plin3 »

Hey everyone
So I'm installing the Python IDLE with Wine and it only comes in an msi file, so I ran msiexec on the shell and got this:

Code: Select all

$ msiexec /i python-2.7.13.amd64.msi 
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
And when I go on with the installation and select the folder I got this:

Code: Select all

0009:err:msi:create_temp_binary failed to load dll L"C:\\users\\disc1plin3\\Temp\\msi98fd.tmp" (193)
002e:err:msi:ACTION_CallDllFunction failed to load dll L"C:\\users\\disc1plin3\\Temp\\msi98fd.tmp" (193)
002f:err:msi:ACTION_CallDllFunction failed to load dll L"C:\\users\\disc1plin3\\Temp\\msi98fd.tmp" (193)
0009:err:msi:ITERATE_Actions Execution halted, action L"SelectDirectoryDlg" returned 1602
I haven't found that file anywhere so any help would be apreciated :roll:
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Error when running msiexec

Post by jkfloris »

Which version of Wine and Linux do you use?
Locked