> > > Diablo 2 directly queries the registry key I am afraid. > > which one? in HKLM? > > No, in HCU: > > Call advapi32.227: RegOpenKeyExA(80000001,2b364b1c "SOFTWARE\\Microsoft\\Windows > \\CurrentVersion\\Explorer\\Shell Folders",00000000,00020019,2b364afc) ret=00404 > ca5 fs=008f We should do something like for(i=0; i<20; i++) { SHGetSpecialFolderLocation( ... ,i, TRUE); } in wineinstall to create all folders and registry keys... I'm thinking about to add some code for self-initializing in DllMain of shell32 to the dll like: - check a key (eg. Software/wine/...) if the shell32 is already initialized - if not call a function for configuring a lot of things like adding many keys in HCR, create all directorys like above and initialize the ShellFolders keys What about this till we have a decent setup for wine? juergen --- [EMAIL PROTECTED] ... from sunny Berlin
- Missing copy of HKEY_USERS\.Default -> HKEY_CURRENT_USE... Marcus Meissner
- Re: Missing copy of HKEY_USERS\.Default -> HKEY_CU... carlos
- Re: Missing copy of HKEY_USERS\.Default -> HKEY_CU... Juergen Schmied
- Re: Missing copy of HKEY_USERS\.Default -> HKE... Marcus Meissner
- Re: Missing copy of HKEY_USERS\.Default ->... Juergen Schmied
- Re: Missing copy of HKEY_USERS\.Default -... Marcus Meissner
- Re: Missing copy of HKEY_USERS\.Defa... Juergen Schmied
- Re: Missing copy of HKEY_USERS\.Default -> HKE... Ove Kaaven
- Re: Missing copy of HKEY_USERS\.Default ->... David Elliott
- Re: Missing copy of HKEY_USERS\.Default -... Ove Kaaven
- Re: Missing copy of HKEY_USERS\.Defa... David Elliott
- Re: Missing copy of HKEY_USERS\.... Ove Kaaven
- Re: Missing copy of HKEY_USE... David Elliott
- Re: Missing copy of HKEY_USE... Ove Kaaven
- Re: Missing copy of HKEY_USE... David Elliott
- Re: Missing copy of HKEY_USE... Juergen Schmied
- Re: Missing copy of HKEY_USERS\.Defa... Juergen Schmied