[PATCH] wine.inf: Create the WindowsMediaVersion key and set its default value.

Zebediah Figura z.figura12 at gmail.com
Thu Sep 19 18:36:40 CDT 2019


From: Michael Müller <michael at fds-team.de>

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47779
Signed-off-by: Zebediah Figura <z.figura12 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 3ddda8d5aad..f469703e711 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -498,6 +498,7 @@ HKLM,%CurrentVersion%\PreviewHandlers,,16
 HKLM,%CurrentVersion%\Run,,16
 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
+HKLM,%CurrentVersion%\Setup\WindowsFeatures\WindowsMediaVersion,,,"12.0.7601.18840"
 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
 HKLM,%CurrentVersion%\Uninstall,,16
 HKLM,%CurrentVersion%\Winlogon,,16
-- 
2.23.0




More information about the wine-devel mailing list