Austin English : wmp: Add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key.

Alexandre Julliard julliard at winehq.org
Fri Apr 11 13:21:08 CDT 2014


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

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Apr  8 23:26:55 2014 -0700

wmp: Add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key.

---

 dlls/wmp/wmp.rgs |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dlls/wmp/wmp.rgs b/dlls/wmp/wmp.rgs
index fa40fa7..216b964 100644
--- a/dlls/wmp/wmp.rgs
+++ b/dlls/wmp/wmp.rgs
@@ -18,3 +18,20 @@ HKCR
         Insertable
     }
 }
+
+HKLM
+{
+    NoRemove Software
+    {
+        NoRemove Microsoft
+        {
+            NoRemove Multimedia
+            {
+                WMPlayer
+                {
+                    Extensions
+                }
+            }
+        }
+    }
+}




More information about the wine-cvs mailing list