Problem with instal legimi-kindle.msi

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MrScruff
Newbie
Newbie
Posts: 1
Joined: Sun Jun 07, 2020 10:26 pm

Problem with instal legimi-kindle.msi

Post by MrScruff »

Hi,
I downloaded, installed Wine, installed success Notepadd++.
But I have problem with install program legimi-kindle. This software I use for push ebooks from Legimi Service to Ebook reader.
So dowload msi file from http://files.legimi.com/static/installe ... kindle.msi
Belleow you have text from terminal:
wine msiexec /i legimi-kindle.msi
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:err:richedit:ReadStyleSheet skipping optional destination
0009:fixme:msi:event_spawn_wait_dialog doing nothing
0036:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
0036:fixme:mscoree:get_runtime_info unsupported startup flags 2
0036:fixme:mscoree:corruntimehost_UnloadDomain stub 0073DD78
0036:fixme:mscoree:corruntimehost_Stop stub 0073DD78
0009:err:msi:custom_get_thread_return Invalid Return Code 69319552
0009:err:msi:ITERATE_Actions Execution halted, action L"CloseApplicationAction" returned 1603
0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

Best regard,
MrScrugg
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Problem with instal legimi-kindle.msi

Post by jkfloris »

Use winetricks to install the .Net Framework and try the installer again.

Code: Select all

winetricks -q dotnet40
Locked