wine.inf: Add HKLM\Software\Microsoft\MediaPlayer\Installation DirectoryLFN key (try 2)

Andrey Gusev andrey.goosev at gmail.com
Mon Nov 16 05:00:22 CST 2015


v2: Added the default path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151116/337d0afe/attachment.html>
-------------- next part --------------
From 110bb438efffade7548de902c5b2f62afd079770 Mon Sep 17 00:00:00 2001
Message-Id: <110bb438efffade7548de902c5b2f62afd079770.1447671296.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 16 Nov 2015 12:54:37 +0200
Subject: [PATCH] wine.inf: Add
 HKLM\Software\Microsoft\MediaPlayer\Installation DirectoryLFN key (try 2)

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 loader/wine.inf.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index e091727..760fb80 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -635,6 +635,7 @@ HKLM,Software\Microsoft\DFS,,16
 HKLM,Software\Microsoft\Driver Signing,,16
 HKLM,Software\Microsoft\EnterpriseCertificates,,16
 HKLM,Software\Microsoft\EventSystem,,16
+HKLM,Software\Microsoft\MediaPlayer,"Installation DirectoryLFN",2,"%Program Files%\Windows Media Player"
 HKLM,Software\Microsoft\MediaPlayer\PlayerUpgrade,"PlayerVersion",2,"12,0,7601,18840"
 HKLM,Software\Microsoft\MSMQ,,16
 HKLM,Software\Microsoft\Non-Driver Signing,,16
-- 
2.4.3



More information about the wine-patches mailing list