After I add an environment avriable in the system.reg file, e.g. [System\\CurrentControlSet\\Control\\Session Manager\\Environment] 1185851455 "MY_VARIABLE"="VALUE" I tried to read this variable thru the API GetEnvironmentVariable(), but it failed. Other variables, such as PATH, OS, are OK. Any idea is welcomed. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070731/0b47d9fc/attachment.htm
Am Dienstag, 31. Juli 2007 05:24 schrieb Zhongli Xu:> After I add an environment avriable in the system.reg file, e.g. > [System\\CurrentControlSet\\Control\\Session Manager\\Environment] > 1185851455 > "MY_VARIABLE"="VALUE" > > I tried to read this variable thru the API GetEnvironmentVariable(), but it > failed. > Other variables, such as PATH, OS, are OK.Set the variable in your Linux/MacOS system. Like export MY_VARIABLE=VALUE wine myProgram.exe
On Di, 2007-07-31 at 11:24 +0800, Zhongli Xu wrote:> After I add an environment avriable in the system.reg file, e.g.The Files are Private to wine and a running wine overwrite your Changes. When you want to change the registry use wine regedit.exe and use the GUI, or create a *.reg file and use: wine regedit.exe <yourfile.reg> -- By by ... Detlef