MSIEXEC: Make installation of InstMsiA.exe possible

Dmitry Timoshkov dmitry at baikal.ru
Sat Nov 6 08:52:16 CST 2004


"Hans Leidekker" <hans at it.vu.nl> wrote:

> @@ -523,6 +524,11 @@
>   {
>   InstallUILevel = INSTALLUILEVEL_BASIC|INSTALLUILEVEL_PROGRESSONLY;
>   }
> + else if(!strcasecmp(argv[i]+2, "b+!"))

Please use lstrcmpiA instead of strcasecmp. A difference between unix
system locale and current ANSI code page in Wine might lead to undesired
side effects.

-- 
Dmitry.




More information about the wine-devel mailing list