wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].

Vitaliy Margolen wine-devel at kievinfo.com
Fri May 4 07:42:08 CDT 2007


Anything wrong with this 3 liner?

Vitaliy Margolen wrote:
> ---
>  tools/wine.inf |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> -------------- next part --------------
> diff --git a/tools/wine.inf b/tools/wine.inf
> index 9b061ef..96ba5d7 100644
> --- a/tools/wine.inf
> +++ b/tools/wine.inf
> @@ -179,6 +179,8 @@ HKLM,%CurrentVersionNT%,"RegisteredOrgan
>  HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
>  HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
>  HKLM,%CurrentVersionNT%\Fonts,,,""
> +HKLM,%CurrentVersionNT%\ProfileList,"AllUsersProfile",2,"All Users"
> +HKLM,%CurrentVersionNT%\ProfileList,"ProfilesDirectory",0x20002,"%SYSTEMROOT%\profiles"
>  HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
>  
>  [Debugger]
> @@ -238,6 +240,7 @@ HKLM,Software\Microsoft\DirectPlay\Servi
>  HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
>  
>  [Environment]
> +HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"AllUsersProfile",0x20002,"%SYSTEMROOT%\profiles\All Users"
>  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%"
> 




More information about the wine-devel mailing list