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@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f40aa5552c
commit
acd5358f5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue