Re: SETUPAPI: Fix whitespace handling in the INF parser.

2005-07-22 Thread Matthew Davison
On Fri, 2005-07-22 at 11:45 +0200, Alexandre Julliard wrote: > Alexandre Julliard <[EMAIL PROTECTED]> writes: > > > It looks like the bug is with quotes in the middle of tokens then. > > Does this work for you? Yep, that works. -- Matthew Davison <[EMAIL PROTECTED]>

Re: SETUPAPI: Fix whitespace handling in the INF parser.

2005-07-22 Thread Matthew Davison
On Fri, 2005-07-22 at 09:36 +0200, Alexandre Julliard wrote: > Matthew Davison <[EMAIL PROTECTED]> writes: > > > Without this patch, the INF parser in setupapi will strip any spaces > > which are not inside quotes from an INF file. Windows will only strip > > space

Office installer broken.

2004-05-01 Thread Matthew Davison
access changes have caused this case to be handelled incorrectly, causing the file not to be found? -- Matthew Davison

Problem with office Installer and filename resoloution.

2004-05-01 Thread Matthew Davison
nt changes to the filesystem code, and am unsure how to fix this myself. -- Matthew Davison

VMM Registry access removal and IE Setup.

2004-02-21 Thread Matthew Davison
The IE6 installer in Windows 98 mode appears to use VXD calls to access the registry, and hence the patch removing this support from CVS causes IE6 setup to fail. (Also IE5 setup) -- Matthew Davison

DLL Overrides and Winecfg

2003-09-24 Thread Matthew Davison
I have recently noticed the large number of Stub DLLs being Added to wine with minimal functionality, for example Msi, MSHTML (they don't work for me in any case). These additions have not for the most part been accompanied with a new "native, builtin" entry in samples/config. Due to the forthcomi