KERNEL: honor additional DLL search paths under HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\App Paths

Mike McCormack mike at codeweavers.com
Mon Oct 2 19:25:01 CDT 2006


Alex Villací­s Lasso wrote:

> Changelog:
> * Check under HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\App 
> Paths\\EXENAME.EXE for
>  additional directory locations to search for DLLs. Fixes Dreamweaver MX 
> 6.0.

This change is incorrect.  The App Pathes key is checked by 
ShellExecute, not by CreateProcess.

Try running "wine start exename.exe"

Mike



More information about the wine-devel mailing list