[Bug 11494] Speed Commander 12 does not install

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 6 16:45:10 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11494





--- Comment #9 from Anastasius Focht <focht at gmx.net>  2008-02-06 16:45:09 ---
Created an attachment (id=10656)
 --> (http://bugs.winehq.org/attachment.cgi?id=10656)
patch which fixes Profile_Open file access attributes bug

Hello,

the installer writes out a temporary ini-style file from its resources with
delete-on-close semantics (FILE_FLAG_DELETE_ON_CLOSE).
Wine's profile API -> Profile_Open() doesn't honour this, failing to open the
temporary file (share flags) returning "Default" value.
The solution is to open the profile file with FILE_SHARE_READ |
FILE_SHARE_DELETE by default.

Attached patch fixes this problem and lets the installer successfully finish.

SC12 later crashes on other issues, unimplemented shell32 apis.
You should file separate bug reports for that. 

Regards


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list