fail to install a data logger software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jb_usmb
Level 1
Level 1
Posts: 6
Joined: Wed Sep 15, 2021 9:14 am

fail to install a data logger software

Post by jb_usmb »

Hello,

I'm trying to use a data logger sofware, that needs to be installed with a .msi file.
The msi file can be downloaded from: https://www.maximintegrated.com/en/prod ... ndows.html (I used windows 7 version, and tried both 32 and 64 bits).

The installer launch well, ask to accept the licence agreement, ask for a directory to use, but then fails to proceed (the installer displays an error message saying that the installation was not successful).
The error messages of the terminal are:

Code: Select all

$ wine msiexec /i OneWireDrivers_x64.msi 
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:msi:event_spawn_wait_dialog doing nothing
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0118:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0118:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
012c:fixme:setupapi:pSetupGetGlobalFlags stub
012c:fixme:setupapi:pSetupGetGlobalFlags stub
0024:err:msi:execute_script Execution of script 0 halted; action L"[2.1\00015\0001{7AC71227-194D-41BE-B322-FFB13B9258EB}\0001C:\\Program Files\\Maxim Integrated Products\\1-Wire Drivers x64\\WinUSB_Driver\\\00016\00012\0001OneWireDrivers_x64\0001Maxim Integrated<=>S-1-5-21-0-0-0-1000<=>{4C4132D5-9753-4BCC-A49C-DD042AE7DA5A}]MsiInstallDrivers" returned 1603
0024:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
0024:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0024:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0024:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
0024:err:msi:execute_script Execution of script 2 halted; action L"[2.1\00015\0001{7AC71227-194D-41BE-B322-FFB13B9258EB}\00016\00012\0001OneWireDrivers_x64\0001Maxim Integrated<=>S-1-5-21-0-0-0-1000<=>{4C4132D5-9753-4BCC-A49C-DD042AE7DA5A}]MsiRollbackInstall" returned 1603
I searched for solutions for each "err" lines from this output, but did not managed to find a solution

My version of wine is:

Code: Select all

$ wine --version
wine-6.0.1
Could you please provide me some help or hints to solve this issue?

Thanks
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: fail to install a data logger software

Post by jkfloris »

Since Wine 6.0, several changes have been made to installing msi files.
The installer seems to work normal with Wine 6.17
jb_usmb
Level 1
Level 1
Posts: 6
Joined: Wed Sep 15, 2021 9:14 am

Re: fail to install a data logger software

Post by jb_usmb »

Hello,
Thank you for having had a look to this issue.
Following your answer, I have installed the dev version 6.17, and indeed the installation was successful.

However, a crash occurs now systematically (with wine64-preloader), so I sowngraded back to the stable version, and it seems to work well for now.

Many thanks!
Locked