Michael Müller : wine.inf: Create the WindowsMediaVersion key and set its default value.
Module: wine Branch: oldstable Commit: 7b03029f7dd6b0d7b75e68649af81ca0b8df3923 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7b03029f7dd6b0d7b75e68649... Author: Michael Müller <michael(a)fds-team.de> Date: Thu Sep 19 18:36:40 2019 -0500 wine.inf: Create the WindowsMediaVersion key and set its default value. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47779 Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit acd5358f5bb7c2dd491f7490849a410634971a3b) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e7c49e70f1..bf2785b703 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -502,6 +502,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
participants (1)
-
Alexandre Julliard