2
edits
Changes
no edit summary
{{GAM666/DPS901 Index | 20123}}
=Fixing Error S1023 for DirectX SDK=
I had issues installing the DirectX SDK June 2010. I kept getting an error (S1023).
I found a blog that explains how to fix the error. http://blogs.msdn.com/b/chuckw/archive/2011/12/09/known-issue-directx-sdk-june-2010-setup-and-the-s1023-error.aspx
From the blog:
(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:
<pre>MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}</pre>
(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 [http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=26999 current version available] , which at this point is the KB 2565063 with a security fix.
-[[User:Maronin|maronin]]
=Review Material for Test 1=
* Windows Programming