http://bugs.winehq.org/show_bug.cgi?id=18426
--- Comment #10 from Anastasius Focht focht@gmx.net 2010-02-18 13:48:44 --- Hello,
this bug is fixed by commit 8543c32442d79c33b59b8f6a96c849f6ba5f13df
Tested with VMware-Player-2.5.3-185404.exe
--- snip --- ... 0009:trace:ntdll:NtQuerySecurityObject (0x50,0x00000007,0x513548,0x00000074,0x32cafc) 0009: get_security_object( handle=0050, security_info=00000007 ) 0009: get_security_object() = 0 { sd_len=00000074, sd={control=00000014,owner={S-1-5-4},group={S-1-5-32-544},sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1f01ff,AceFlags=0,Sid={S-1-5-18}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1f01bf,AceFlags=0,Sid={S-1-5-4}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1200a9,AceFlags=0,Sid={S-1-1-0}}}} } 0009: close_handle( handle=0050 ) 0009: close_handle() = 0 0009:trace:ntdll:NtAccessCheck (0x513548, 0x40, 00120116, 0x32cadc, 0x32cac8, 0x32caf4, 0x32caec, 0x32ca84) 0009:trace:ntdll:RtlGetControlSecurityDescriptor (0x513548,0x32ca0a,0x32ca0c) 0009:trace:ntdll:RtlLengthSid sid=0x51355c 0009:trace:ntdll:RtlLengthSid sid=0x513568 0009:trace:ntdll:RtlGetSaclSecurityDescriptor (0x513548,0x32ca12,0x32ca18,0x32ca13) 0009:trace:ntdll:RtlGetDaclSecurityDescriptor (0x513548,0x32ca12,0x32ca14,0x32ca13) 0009: access_check( handle=0040, desired_access=00120116, mapping_read=00120089, mapping_write=00120116, mapping_execute=001200a0, mapping_all=001201bf, sd={control=00000014,owner={S-1-5-4},group={S-1-5-32-544},sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1f01ff,AceFlags=0,Sid={S-1-5-18}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1f01bf,AceFlags=0,Sid={S-1-5-4}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=1200a9,AceFlags=0,Sid={S-1-1-0}}}} ) 0009: access_check() = 0 { access_granted=00120116, access_status=00000000, privileges_len=00000000, privileges={} } ... --- snip ---
Though the installer still fails in the end due to netapi32.NetLocalGroupAdd being a stub (used to create local VMware group and user account).
Regards