Am Samstag, den 10.09.2005, 17:51 -0400 schrieb Steven Edwards:
+[System\\CurrentControlSet\\Control\\Session Manager\\Environment] +"ComSpec"=str(2):"%SystemRoot%\\System\\wcmd.exe" +"PATH"=str(2):"%SystemRoot%;%SystemRoot%\\System" +"PROCESSOR_ARCHITECTURE"="x86" +"SystemDrive"="C:" +"SystemRoot"="C:\\Windows" +"TEMP"=str(2):"%SystemRoot%\\Temp" +"TMP"=str(2):"%SystemRoot%\\Temp" +"USERPROFILE"="C:\\windows\\profiles\\sedwards" +"windir"=str(2):"%SystemRoot%" +"winsysdir"=str(2):"%SystemRoot%\\System"
So if anyone has any ideas I would appreciate feedback.
IMHO, "wineprefixcreate" should be able to set "SystemDrive" and "SystemRoot" (maybe "profiles" and "temp" also). The Profile-Directory changed since w2k (localiced version of: "%SystemDrive%\Documents and Settings") Starting with W2k, the "TEMP" - Directory is relative to "USERPROFILE". (localiced version of: "%USERPROFILE%\Local Settings\Temp") When I started with wine (in march), I changes wineprefixcreate to support additional options, but there where to much things fixed to "c:\windows" (including the Settings above). See Also: wineprefixcreate is fixed to "c:\windows" and english Names: http://bugs.winehq.org/show_bug.cgi?id=2844 -- By By ... ... Detlef