http://bugs.winehq.org/show_bug.cgi?id=23810
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-07-27 21:14:17 --- The installer does:
trace:int21:INT21_CreateFile CreateFile called: function=3d, action=01, access/share=0002, create flags=0000, file=Z:\home\arethusa\DOWN~NTG\cwkit\Sample\cwf.exe. trace:file:CreateFileW L"Z:\home\arethusa\DOWN~NTG\cwkit\Sample\cwf.exe" GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x0 ... warn:file:CreateFileW Unable to create file L"Z:\home\arethusa\DOWN~NTG\cwkit\Sample\cwf.exe" (status c0000022) trace:file:CreateFileW returning 0xffffffff trace:int21:DOSVM_Int21Handler failed, error 5
CWF.EXE has the permissions:
-r-xr-xr-x. 1 arethusa arethusa 372992 1995-06-11 21:00 CWF.EXE
Probably the application expects the old (circa Win9x) behavior of CreateFile where requesting write access succeeds on read-only media. After changing the permissions of the files, the installer gets further, hanging at "Creating Program Group".