wmp: add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key (try 3)

Austin English austinenglish at gmail.com
Wed Apr 9 01:26:55 CDT 2014


Try 3: add NoRemove
Try 2: move from loader/wine.inf into dlls/wmp/wmp.rgs

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140408/a513bd25/attachment.html>
-------------- next part --------------
diff --git a/dlls/wmp/wmp.rgs b/dlls/wmp/wmp.rgs
index fa40fa7..84d2d7e 100644
--- a/dlls/wmp/wmp.rgs
+++ b/dlls/wmp/wmp.rgs
@@ -18,3 +18,20 @@ HKCR
         Insertable
     }
 }
+
+HKLM
+{
+    NoRemove 'SOFTWARE'
+    {
+        'Microsoft'
+        {
+            'Multimedia'
+            {
+                'WMPlayer'
+                {
+                    'Extensions'
+                }
+            }
+        }
+    }
+}


More information about the wine-patches mailing list