--- Alexandre Julliard julliard@winehq.org wrote:
Not sure what you mean, the windows dir is definitely being set in wine.inf, and you can use %10% in there to access it.
Where? I don't see a c:\windows anywhere in there.
The env var stuff in shellpath.c was always a hack though, and I think the registration bug was holding me back from working on it. I'll try to move all the "special" stuff out of it and into wine.inf.
--Juan
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Juan Lang juan_lang@yahoo.com writes:
--- Alexandre Julliard julliard@winehq.org wrote:
Not sure what you mean, the windows dir is definitely being set in wine.inf, and you can use %10% in there to access it.
Where? I don't see a c:\windows anywhere in there.
It's not a c:\windows, it's a %10%. setupapi takes care of putting the right value in there (defaulting to c:\windows if nothing else is specified).