From d8071854e7e7f8c5b66f752d340064f8cd99f1d4 Mon Sep 17 00:00:00 2001 From: Austin English Date: Thu, 6 Dec 2007 19:49:49 -0600 Subject: [PATCH] Implement ALLUSERSPROFILE variable. --- tools/wine.inf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index d4b2bed..bb6d88b 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -254,6 +254,7 @@ HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For Direc [Environment] HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"APPDATA",,"%16410%" +HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ALLUSERSPROFILE",,"%10%\profiles\All Users" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\cmd.exe" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"LOCALAPPDATA",,"%16412%" HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",2,"%11%;%10%" -- 1.5.2.5