Re: CreateFile problem ?

2005-11-17 Thread Raphael
On Thursday 17 November 2005 01:02, Marcelo Duarte wrote:
 Raphael escreveu:
 Hi,
 
  I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7
 installer working)
 
 And i have a strage problem:
 
 In attached subset of my +file,+advpack,+setupapi,+cabinet log
 you can see at line 30 that CopyFile failed to copy
 C:\\windows\\temp\\IXP010.TMP\\odbc32.dll
 to c:\\windows\\system32\\odbc32.dll
 
 Reason why my install failed.
 
 But:
 # ls -la ~/.wine/dosdevices/c:/windows/temp/IXP010.TMP | grep -i
  odbc32.dll -rw-r--r--   1 fenix users  200704 nov 16 23:23 ODBC32.dll
 
 Why it failed to check case insensitive existence ?

 What file system you are using? I have some problems with FAT. If I
 remenber, the problem arises when the installer is on FAT fs.

XFS file system (i haven't vfat/windows partitions).

Seems to be a concurrent problem...

Regards,
Raphael


pgpVDnR8awSUN.pgp
Description: PGP signature



Re: CreateFile problem ?

2005-11-16 Thread Marcelo Duarte

Raphael escreveu:


Hi,

I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7 
installer working)


And i have a strage problem:

In attached subset of my +file,+advpack,+setupapi,+cabinet log
you can see at line 30 that CopyFile failed to copy 
C:\\windows\\temp\\IXP010.TMP\\odbc32.dll 
to c:\\windows\\system32\\odbc32.dll


Reason why my install failed.

But: 
# ls -la ~/.wine/dosdevices/c:/windows/temp/IXP010.TMP | grep -i odbc32.dll

-rw-r--r--   1 fenix users  200704 nov 16 23:23 ODBC32.dll

Why it failed to check case insensitive existence ?
 

What file system you are using? I have some problems with FAT. If I 
remenber, the problem arises when the installer is on FAT fs.



Regards,
Raphael
 







Re: CreateFile problem (with patch)

2004-03-11 Thread Tom
Stefan Leichter wrote:
Sorry, this time with patch attached

You need to send patches to wine-patches.

Tom




Re: CreateFile problem (with patch)

2004-03-11 Thread Christian Britz
Tom schrieb:
Stefan Leichter wrote:
Sorry, this time with patch attached

You need to send patches to wine-patches.
Quote from OP:

different usages is verry limited. Therefore i post the patch here for
comment. I thought that is what this list about: discussion about 
development?!



Re: CreateFile problem (with patch)

2004-03-11 Thread Tom
Christian Britz wrote:

Tom schrieb:

Stefan Leichter wrote:

Sorry, this time with patch attached


You need to send patches to wine-patches.


Quote from OP:

different usages is verry limited. Therefore i post the patch here for
comment. I thought that is what this list about: discussion about 
development?!


Oh sorry,
I must of over looked that you were posting for discussion about your
patch and not for inclusion...
Tom




Re: CreateFile problem

2004-03-11 Thread Alexandre Julliard
Stefan Leichter [EMAIL PROTECTED] writes:

 The function call fail with current CVS. After debugging some time i found a 
 fix for the problem. But my knowlodge of the CreateFile function an all its 
 different usages is verry limited. Therefore i post the patch here for 
 comment.

It's definitely correct, I put it in, thanks.

-- 
Alexandre Julliard
[EMAIL PROTECTED]