Re: how to call setupapi / wine.inf

2004-03-16 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: Is this a problem in GetFullPathName or should I better use: /usr/bin/rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 z:\\usr\\share\\wine\\wine.inf ? It is a bug in GetFullPathName I think. Actually GetFullPathName was

how to call setupapi / wine.inf

2004-03-11 Thread Marcus Meissner
Hi, I am trying to setup wine with wine.inf, with the following call: /usr/bin/rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 /usr/share/wine/wine.inf However, the /usr/share/wine/wine.inf path does not seem to be translated correctly. 0009:Call kernel32.GetFullPathNameW(406efb6e

Re: how to call setupapi / wine.inf

2004-03-11 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes: So it should have been using Z:\\ Is this a problem in GetFullPathName or should I better use: /usr/bin/rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 z:\\usr\\share\\wine\\wine.inf ? It is a bug in GetFullPathName I think. But the

Re: how to call setupapi / wine.inf

2004-03-11 Thread Alexandre Julliard
Boaz Harrosh [EMAIL PROTECTED] writes: Both windows have the \windows\inf folder for that. I now some setup programs like to put it there manually. Should we not do the same? We can do it that way too, it doesn't really matter setupapi looks in both locations. -- Alexandre Julliard [EMAIL