http://bugs.winehq.org/show_bug.cgi?id=59220 --- Comment #8 from jfhaecker@gmail.com --- for WISO Steuer Sparbuch 2026 is see in the installer log files: CheckTempAccess: CheckTempAccess: DATABASE='C:\windows\Installer\c757.msi' CheckTempAccess: CheckTempAccess: 1 candidate(s) to check CheckTempAccess: CheckTempAccess: testing candidate 'C:\windows\Installer\c757.msi' CheckTempAccess: CheckTempAccess: retry attempt 2 for 'C:\windows\Installer\c757.msi' CheckTempAccess: CheckTempAccess: retry attempt 3 for 'C:\windows\Installer\c757.msi' CheckTempAccess: CheckTempAccess: CreateFile failed for 'C:\windows\Installer\c757.msi', error=32 CheckTempAccess: CheckTempAccess: GetEffectiveAccessMaskForSid for DATABASE failed: GetEffectiveRightsFromAclW failed: 1 A user from this forum https://tax-forum.buhl.de/index.php?thread/23632-tax-2026-unter-linux-mit-wi... (sry german) stated that the root cause of this error is the error 32 = SHARING_VIOLATION and the call of GetEffectiveRightsFromAclW would be for analysis only. I also see in the wine logs these calls: 0220:fixme:advapi:GetEffectiveRightsFromAclW 015654D4 0183F0C4 0183F0E0 - stub 0220:trace:advapi:GetNamedSecurityInfoW L"C:\\windows\\Installer\\c757.msi" 1 4 00000000 00000000 0183F0DC 00000000 0183F0E4 Do you think it would help to change GetEffectiveRightsFromAclW in security.c doing exactly the same as GetEffectiveRightsFromAclA and give it a try? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.