Fix NT4 SP6a registry key

Erik Inge Bolsø knan-wine at anduin.net
Thu Oct 22 18:30:48 CDT 2009


Accidentally broken by commit a589eb27ac6caec1697c4307273b6f13dcf51075
between wine 0.9.10 and 0.9.11.

With this fix (and a CSDVersion registry tweak), the version check in
the IE6 installer is happy again in NT4 mode.
---
 tools/wine.inf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The installer as such still breaks horribly in NT4 mode. Ah well.

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 6b6acf9..c3a446c 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -408,7 +408,7 @@ HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
 HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
 HKLM,%CurrentVersionNT%\Fonts,,,""
-HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
+HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
 
 [Debugger]
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
-- 
1.6.0.4



More information about the wine-patches mailing list