tools/wine.inf: add HKLM\\Software\\Microsoft\\Windows\\Current Version\\Run key

Austin English austinenglish at gmail.com
Sat Feb 12 22:27:33 CST 2011


TurboTax 2010 installer complains if this key is not present.

-- 
-Austin
-------------- next part --------------
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 4c06900..57e9ecf 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -454,6 +454,7 @@ HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
 HKLM,%CurrentVersion%\Uninstall,,16
 HKCU,%CurrentVersion%\Run,,16
+HKLM,%CurrentVersion%\Run,,16
 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
 HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"


More information about the wine-patches mailing list