Alexandre Julliard : wine.inf: Create a few Wow64 symbolic links.

Alexandre Julliard julliard at winehq.org
Thu Mar 4 11:21:41 CST 2010


Module: wine
Branch: master
Commit: 562ba3c91c17e6bac91b68b7ae7a64de2e793427
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=562ba3c91c17e6bac91b68b7ae7a64de2e793427

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar  4 14:17:23 2010 +0100

wine.inf: Create a few Wow64 symbolic links.

---

 tools/wine.inf.in |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index e4e3829..4702761 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -75,6 +75,32 @@ AddReg=\
     Timezones,\
     VersionInfo
 
+[DefaultInstall.ntamd64]
+RegisterDlls=RegisterDllsSection
+WineFakeDlls=FakeDllsSection
+UpdateInis=SystemIni
+AddReg=\
+    Classes,\
+    ContentIndex,\
+    ControlClass,\
+    CurrentVersion,\
+    Debugger,\
+    Desktop,\
+    Metrics,\
+    DirectX,\
+    Fonts,\
+    MCI,\
+    Misc,\
+    Nls,\
+    OLE,\
+    Printing,\
+    Services, \
+    SessionMgr,\
+    Tapi,\
+    Timezones,\
+    VersionInfo,\
+    Wow64
+
 [DefaultInstall.Services]
 AddService=MountMgr,0x800,MountMgrService
 AddService=Spooler,0,SpoolerService
@@ -2868,3 +2894,9 @@ HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
 HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
+
+[Wow64]
+HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
+HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
+HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
+HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"




More information about the wine-cvs mailing list