Dan Kegel wrote:
I tried running the demo of Picasa from http://www.lifescapeinc.com/picasa/ under Wine-20040213 and Wine-20040505, but the installer just put up "Out of Memory" boxes :-(
Mike H. suggested hacking in CSIDL_PROGRAMS to see if that got us further, so:
--- wine-20040505.old/dlls/shell32/shellpath.c Wed Apr 7 12:45:48 2004 +++ wine-20040505/dlls/shell32/shellpath.c Sun May 23 21:52:44 2004 @@ -732,9 +732,9 @@ NULL, }, { /* CSIDL_PROGRAMS */ - 0, HKEY_DISALLOWED, - NULL, + 0, HKEY_WINDOWSPATH, NULL, + "Start Menu\Programs", }, { /* CSIDL_CONTROLS (.CPL files) */ 10, HKLM,
And sure enough, it gets further. Now it seems to fail with the same error box that the Astrum installer demo http://www.thraexsoftware.com/download/aiw.exe fails with.
My WINEDEBUG-fu is no match for this. I can never keep all those damn channels and modes and plusses and dashes straight. I'll just go back to hacking on crosstool until Mike has another clever hint :-) - Dan