Module: wine Branch: master Commit: d35da93f218cfeae7061538b35a17d9303f09d90 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d35da93f218cfeae7061538b35...
Author: Rob Shearman rob@codeweavers.com Date: Fri Jun 29 09:11:32 2007 +0100
wine.inf: Add the SystemDrive environment variable.
---
tools/wine.inf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 78ced6d..30e7ee0 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -254,6 +254,7 @@ HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For Direc HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\cmd.exe" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",2,"%11%;%10%" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%" +HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SystemDrive",2,"c:" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",,"%10%\temp" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TMP",,"%10%\temp"