Error while installing windows sdk

Ошибка S1023 при установке SDK DirectX

В этой статье помогают устранить ошибку S1023, которая возникает при установке выпуска SDK DirectX в июне 2010 г.

Оригинальная версия продукта: Windows 8 Корпоративная, Windows 7 Корпоративная, Windows 7 Домашняя базовая, Windows 7 Профессиональная
Исходный номер КБ: 2728613

Симптомы

Если на компьютере установлен существующий microsoft Visual C++ 2010, на компьютере может быть установлена ошибка S1023 при установке SDK DirectX в июне 2010 г.

Причина

Проблема возникает из-за того, что на компьютере присутствует более новая версия Visual C++ 2010. SDK DirectX 2010 июня 2010 г. устанавливает версию 10.0.30319 visual C++ Для перераспределения.

Решение

Чтобы устранить эту проблему, необходимо удалить все версии Visual C++ 2010, перед установкой SDK DirectX в июне 2010 г. Может быть установлено одно или несколько следующих продуктов:

  • Microsoft Visual C++ 2010 x86 Redistributable
  • Microsoft Visual C++ 2010 x64 Redistributable

Чтобы удалить продукты, можно использовать add or Remove Programs in Control Panel. Или можно выполнить следующие команды из командной подсказки администратора:

После стирки продуктов Microsoft Visual C++ 2010, которые можно перераспределить, можно установить набор разработки программного обеспечения DirectX.

После установки SDK DirectX в июне 2010 г. вы можете переустановить наиболее текущую версию Microsoft Visual C++ 2010 Пакет обновления 1Перераспределяемого пакета MFC Security Update .

Дополнительные сведения

Та же проблема может предотвратить установку SDK Windows 7.

Error while installing windows sdk

Вопрос

Hi, I’m having the following error installing Win SDK 7.1 x64:

A problem occurred while installing selected Windows SDK components.

Installation of the «Microsoft Windows SDK for Windows 7» product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.

Click the View Log button to review the installation log.
To exit, click Finish.

A problem occurred while installing selected Windows SDK components.

Setup could not find the file WinSDK_amd64\WinSDK_amd64.msi at any of the specified source locations I:\Setup

Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.

Click the View Log button to review the installation log.
To exit, click Finish.

I don’t know to perform any diagnosis to solve this. Any idea?

Все ответы

I got same errors before. I got this error «WinSDK_amd64\WinSDK_amd64.msi» when I tried to install X86 microsoft SDKs 7.1 into X64 windows. That’s why. you can use this installation tool http://www.microsoft.com/en-us/download/details.aspx?id=8279 to download and install automatically.

Читайте также:  Windows для asus x50vl

For the first error you got for installing on X64 machine, that’s because the Microsoft Visual C++ 2010 (Redistributable or Runtime) version you installed is newer (Probably is 10.0.40219) than the one in Microsoft SDKs 7.1 (is 10.0.30219). So you can uninstall the newer one from your «uninstall or change a program», then install SDKs 7.1, or you can uncheck the Microsoft Visual C++ 2010 options when you start to install windows SDKs 7.1.

If Microsoft allows this post (it’s a 7-year old thread) then a tip of my hat to them.

I have spent HOURS trying to install the Win 7.1 SDK. I’ve uninstalled 2010 redistributables, both x86 anc x64. Various installers kept losing their «minds» with that WinSDK_amd64.msi file. I’ve downloaded a number of ISOs. and still that MSI file isn’t in any of them.

WinSDK_amd64.msi is hiding somewhere.

It’s really fun when the popup says to look at the log file. and the path to it does not exist.

R.Z., the tool you referred to must be one of a collection of tools all named the same thing. because there are numerous references to it in various discussion areas. The id numbers are all different. but the four I downloaded all have the same size: 509264 bytes. The LAST one downloaded, the one you mentioned, succeeded where no other did.

Holy cow. I just ran MD5SUM on all four copies of that tool:

acda3682dd57e13fcb09da2de0a288be *winsdk_web.exe
acda3682dd57e13fcb09da2de0a288be *winsdk_webA.exe
acda3682dd57e13fcb09da2de0a288be *winsdk_webB.exe
acda3682dd57e13fcb09da2de0a288be *winsdk_webC.exe

My head hurts. The executables are all the same. But only the last one was successful.

What I want now is the offline installer. I want to burn it to DVD and put it in a nice cool place. because if I must do this again, that online installer is likely to be digital dust.

Как исправить ошибку «Windows SDK версии 8.1» не был найден?

Я недавно обновил Visual Studio 2015 и теперь, когда я пытаюсь построить любой проект всегда терпит неудачу, и я получаю ошибку

Код серьезности Описание Состояние подавления строки файла проекта
Ошибка MSB8036 Windows SDK версии 8.1 не найден. Установите требуемую версию Windows SDK или измените версию SDK в
страницы свойств проекта или щелкнув правой кнопкой мыши по решению и выбрав
«Ретаргетическое решение». Proj D: \ Program Files (x86) \ визуальная студия
2017 \ Common7 \ IDE \ VC \ VCTargets \ Platforms \ Win32 \ PlatformToolsets \ v141 \ Toolset.targets 34

Я переназначил решение, как оно было сказано, и проблема не исчезла, даже несмотря на то, что ретаргетинг был завершен. Я решил установить Visual Studio 2017 из-за этого, и, о чудо, он сделал то же самое. Я также использую Windows 7.

В чем проблема и как я могу это исправить?

Решение

Я тоже столкнулся с этой проблемой. Перезапустил Установщик Visual Studio 2017, идти к «Отдельные компоненты» и выберите Windows 8.1 SDK , Вернитесь к проекту> Щелкните правой кнопкой мыши и измените цель, чтобы соответствовать SDK, как показано ниже:

Читайте также:  Mac os ntp server

Другие решения

У меня был win10 SDK, и мне оставалось только выполнить ретаргетинг, а затем я перестал получать эту ошибку. Идея заключалась в том, что проекту необходимо обновить целевой Windows SDK.

Еще один способ (работал на 2015 год) — открыть «Установка / удаление программ» (Apps & функции), найдите Visual Studio, выберите Изменить. В открывшемся окне нажмите Modify, проверьте

  • Languages -> Visual C++ -> Common tools for Visual C++
  • Windows and web development -> Tools for universal windows apps -> Tools (1.4.1)
    and Windows 10 SDK ([version])
  • Windows and web development -> Tools for universal windows apps -> Windows 10 SDK ([version])

и установить. Затем щелкните правой кнопкой мыши на решении -> Переориентировать, и оно будет скомпилировано

Я установил версию 8.1 SDK:

Он использовал 1 ГБ (немного больше) при установке.

Error Installing SDK for Windows 8.1

Replies (7) 

Thank you for posting your query in Microsoft Community.

  • Why are you installing SDK for Windows 8.1 on Windows 7?

Please refer to the following download page of Microsoft to download SDK for Windows 7 and check if you still receive the error.

Hope this information is helpful. Please feel free to reply in case you face any other issues with Windows in future.

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

2 people found this reply helpful

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Thank you for the update.

You can try installing the program in compatibility mode for previous version of Windows and check if it works.

a. Right click the installation file and select Properties then tap or click the Compatibility tab.

b. Place a check in the Run this program in compatibility mode for: box.

c. Tap or click the drop down box and select a previous operating system, then tap or click OK.

d. Try installing the driver and check.

Hope this helps.

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

LabWindows/CVI 2015 and Windows 8.1 SDK are already compatible with Windows 7. What OS would you suggest I select in comparability mode?

Читайте также:  Windows usb flash from linux

I don’t think this is a compatibility issue. Looking over similar issues, I think the problem is that one of the files on my computer has become corrupted is in no longer bears a signature. I’m attaching the error statements from the setup log in order to reduce clarity.

[1118:10C8][2016-03-18T15:37:12]: Registering dependency: on package provider: Microsoft.Windows.WindowsSoftwareDevelopmentKit.x86.8.1, package: package_WindowsSoftwareDevelopmentKitx86_en_us
[1390:1464][2016-03-18T15:37:20]: Applied patch_WindowsSoftwareDevelopmentKitx86_en_us with status 0
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write message type to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write send message to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_EXECUTE_MSP_PACKAGE message to per-machine process.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to configure per-machine MSP package.
[1390:1464][2016-03-18T15:37:20]: Applied patch_WindowsSoftwareDevelopmentKitx86_en_us with status 0x800700E8
[1390:1464][2016-03-18T15:37:20]: RetryManager: Not an execute error to retry: 0x800700E8
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to execute MSP package.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write message type to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write send message to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_EXECUTE_DEPENDENCY message to per-machine process.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to register the dependency on per-machine package.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write message type to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write send message to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to send message to per-machine process.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to end session in per-machine process.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write message type to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to write send message to pipe.
[1390:1464][2016-03-18T15:37:20]: Error 0x800700e8: Failed to send message to per-machine process.

[1390:1464][2016-03-18T15:54:02]: Variable: WixBundleTag =
[1390:1464][2016-03-18T15:54:02]: Error 0x800700e8: Failed to write message type to pipe.
[1390:1464][2016-03-18T15:54:02]: Error 0x800700e8: Failed to post terminate message to child process cache thread.
[1390:1464][2016-03-18T15:54:02]: Exit code: 0x800700e8, restarting: No

[1214:1210][2016-03-21T07:46:51]: Applied patch_WindowsSoftwareDevelopmentKitx86_en_us with status 0
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write message type to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write send message to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_EXECUTE_MSP_PACKAGE message to per-machine process.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to configure per-machine MSP package.
[1214:1210][2016-03-21T07:46:51]: Applied patch_WindowsSoftwareDevelopmentKitx86_en_us with status 0x800700E8
[1214:1210][2016-03-21T07:46:51]: RetryManager: Not an execute error to retry: 0x800700E8
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to execute MSP package.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write message type to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write send message to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_EXECUTE_DEPENDENCY message to per-machine process.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to register the dependency on per-machine package.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write message type to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write send message to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to send message to per-machine process.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to end session in per-machine process.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write message type to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to write send message to pipe.
[1214:1210][2016-03-21T07:46:51]: Error 0x800700e8: Failed to send message to per-machine process.

Оцените статью