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

后端 未结 7 1596
不知归路
不知归路 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:07

    I had the same problem and for me it was because the vc2010 redist x86 was too recent.

    Check your temp folder (C:\Users\\AppData\Local\Temp) for the most recent file named

    Microsoft Visual C++ 2010 x64 Redistributable Setup_20110608_xxx.html ##

    and check if you have the following error

    Installation Blockers:

    A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.

    Final Result: Installation failed with error code: (0x000013EC), "A StopBlock was hit or a System >Requirement was not met." (Elapsed time: 0 00:00:00).

    then go to Control Panel>Program & Features and uninstall all the

    Microsoft Visual C++ 2010 x86/x64 redistributable - 10.0.(number over 30319)

    After successful installation of DXSDK, simply run Windows Update and it will update the redistributables back to the latest version.

提交回复
热议问题