From cb8971097471604b408b8d6fb7f8ead5dd2c3844 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 13 Sep 2014 08:52:28 +0000 Subject: [PATCH] [BOOTDATA] * Add DX InstalledVersion key. By Lee Schroeder. CORE-8530 #resolve #comment Committed in r64131. Thanks! CORE-8461 #comment Please retest with r64131+ svn path=/trunk/; revision=64131 --- reactos/boot/bootdata/hivesft.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/boot/bootdata/hivesft.inf b/reactos/boot/bootdata/hivesft.inf index 76ecac22d1d..be1abdf239d 100644 --- a/reactos/boot/bootdata/hivesft.inf +++ b/reactos/boot/bootdata/hivesft.inf @@ -49,6 +49,7 @@ HKLM,"SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\DefaultIcon","",0x00000000 HKLM,"SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\shell\open\command","",0x00000000,"%programfiles%\Internet Explorer\iexplore.exe" ; DirectX +HKLM,"SOFTWARE\Microsoft\DirectX","InstalledVersion",0x00000001, 0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x00 HKLM,"SOFTWARE\Microsoft\DirectX","Version",0x00000000,"4.09.00.0904" ; RPC -- 2.17.1