wine.inf: Initialize 64-bit prefixes with the right Windows version.

This commit is contained in:
Hans Leidekker 2013-10-02 16:04:19 +02:00 committed by Alexandre Julliard
parent aead747fa5
commit 621454ef0e
1 changed files with 12 additions and 2 deletions

View File

@ -97,7 +97,7 @@ AddReg=\
SessionMgr,\
Tapi,\
Timezones,\
VersionInfo
VersionInfo.ntamd64
[Wow64Install]
RegisterDlls=RegisterDllsSection
@ -111,7 +111,7 @@ AddReg=\
MCI,\
Misc,\
Tapi,\
VersionInfo
VersionInfo.ntamd64
[DefaultInstall.Services]
AddService=BITS,0,BITSService
@ -3028,6 +3028,16 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
[VersionInfo.ntamd64]
HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.2"
HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 1"
HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"3790"
HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows XP"
HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
HKLM,%Control%\Windows,"CSDVersion",0x10003,0x100
HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
[Wow64]
; Wow6432Node symlinks
HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"