Windows SDK 10 setup won't run

0

Visual studio won't me download the sdk so I decided to download it manually with the setup.

when I run the setup it just crashes after some seconds.

this is the log called Windows_Software_Development_Kit___Windows_10.0.17763.132_20200409225019:

[1F88:397C][2020-04-09T22:50:19]i001: Burn v3.14.0.1703, Windows v10.0 (Build 17763: Service Pack 0), path: C:\Users\horro\AppData\Local\Temp\{293B2422-4760-4341-95C6-512E5EA06660}\.cr\WinSDKSetup.exe
[1F88:397C][2020-04-09T22:50:19]i009: Command Line: '-burn.clean.room=D:\notworking\WinSDKSetup.exe -burn.filehandle.attached=624 -burn.filehandle.self=688'
[1F88:397C][2020-04-09T22:50:19]i000: Setting string variable 'WixBundleOriginalSource' to value 'D:\notworking\WinSDKSetup.exe'
[1F88:397C][2020-04-09T22:50:19]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'D:\notworking\'
[1F88:397C][2020-04-09T22:50:19]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\horro\AppData\Local\Temp\windowssdk\Windows_Software_Development_Kit___Windows_10.0.17763.132_20200409225019.log'
[1F88:397C][2020-04-09T22:50:19]i000: Setting string variable 'WixBundleManufacturer' to value 'Microsoft Corporation'
[1F88:397C][2020-04-09T22:50:19]i000: Loading managed bootstrapper application.
[1F88:397C][2020-04-09T22:50:19]i000: Creating BA thread to run asynchronously.
[1F88:3080][2020-04-09T22:50:19]i000: Launch action is Install
[1F88:3080][2020-04-09T22:50:19]i000: Restart action is Prompt
[1F88:3080][2020-04-09T22:50:19]i000: Resume action is Arp
[1F88:3080][2020-04-09T22:50:19]i000: Display is Full

also when trying to install from the installer it says this: Unknown error (0x80131534) returned code: -2146233036

vslogs: https://easyupload.io/yfc4f2 Help.

windows
visual-studio
sdk
installation
asked on Stack Overflow Apr 9, 2020 by Mehdi Ouassou • edited Apr 10, 2020 by Mehdi Ouassou

1 Answer

0

Please try these steps:

Suggestion

1) restart your PC, turn off any anti-virus or third party programs under your PC ,then run your Windows 10 SDK as administrator and then install again.

2) also, I wonder why your VS does not allow to install win10 sdk. In general, open VS Installer--> Modify-->Individual components--> select Windows 10 SDK(10.0.17763.0) to install.

enter image description here

Besides, you can try to install the latest win10 sdk if necessary.

3) If there is any windows update, please update it.

In addition, since your log is insufficient and there is no such error message. Please share the whole log or you could use collect.exe tool to collect the installation log and then share it with us so that we could troubleshoot this issue more quickly.

answered on Stack Overflow Apr 10, 2020 by Perry Qian-MSFT • edited Apr 10, 2020 by Perry Qian-MSFT

User contributions licensed under CC BY-SA 3.0