DirectX SDK (June 2010) Installation Problems: Error Code S1023

后端 未结 7 1599
不知归路
不知归路 2020-12-12 09:43

I seem to be having some problems installing the DirectX SDK. Everything seems to be going well during the install, but at the end I get the message:

Set

7条回答
  •  我在风中等你
    2020-12-12 10:11

    Here is the official answer from Microsoft: http://blogs.msdn.com/b/chuckw/archive/2011/12/09/known-issue-directx-sdk-june-2010-setup-and-the-s1023-error.aspx

    Summary if you'd rather not click through:

    1. Remove the Visual C++ 2010 Redistributable Package version 10.0.40219 (Service Pack 1) from the system (both x86 and x64 if applicable). This can be easily done via a command-line with administrator rights:

      MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}

      MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}

    2. Install the DirectX SDK (June 2010)

    3. Reinstall the Visual C++ 2010 Redistributable Package version 10.0.40219 (Service Pack 1). On an x64 system, you should install both the x86 and x64 versions of the C++ REDIST. Be sure to install the most current version available, which at this point is the KB2565063 with a security fix.

    Windows SDK: The Windows SDK 7.1 has exactly the same issue as noted in KB 2717426.

提交回复
热议问题