Module: wine Branch: stable Commit: ca10e20a658a34c579c396b0442bcdb6c6c16cbb URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca10e20a658a34c579c396b044...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 14 22:49:01 2010 +0100
wine.inf: Don't set the ProgramFiles environment variables through the registry. (cherry picked from commit bb80fdf744192af33cb542e075f7dcaba382f422)
---
tools/wine.inf.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/wine.inf.in b/tools/wine.inf.in index f25e067..be59061 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -555,11 +555,9 @@ HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0 HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0 HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0 HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0 -HKLM,%Control%\Session Manager\Environment,"CommonProgramFiles",,"%16427%" HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe" HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem" HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH" -HKLM,%Control%\Session Manager\Environment,"ProgramFiles",,"%16422%" HKLM,%Control%\Session Manager\Environment,"SystemDrive",2,"c:" HKLM,%Control%\Session Manager\Environment,"SYSTEMROOT",,"%10%" HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%10%\temp"