Module: wine Branch: master Commit: bb80fdf744192af33cb542e075f7dcaba382f422 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb80fdf744192af33cb542e075...
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.
---
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 57ecddb..aa3b354 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -565,11 +565,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"