Fail to install latest VC runtime via msiexec

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
zhuliice008
Newbie
Newbie
Posts: 1
Joined: Thu Oct 31, 2024 3:13 pm

Fail to install latest VC runtime via msiexec

Post by zhuliice008 »

I am using wine 9.0 on Linux(Ubuntu 24.04) and try to install the latest VC runtime (https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170). I used dark.exe to unpack MSI from vcredist executable.
The command I tried to install

Code: Select all

Z:\mnt\d\vcredist\AttachedContainer\packages\vcRuntimeAdditional_amd64>msiexec /q /i vc_runtimeAdditional_x64.msi
But I got the error below:

Code: Select all

012c:fixme:file:NtLockFile I/O completion on lock not implemented yet
012c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
gaiajack
Newbie
Newbie
Posts: 2
Joined: Fri Nov 01, 2024 9:19 am

Re: Fail to install latest VC runtime via msiexec

Post by gaiajack »

Very similar issue. Identical error message, only I'm trying to install Gecko.

https://askubuntu.com/questions/1531784 ... file-error
Locked