Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 SDK on Windows 10

For some reason the setup is blocked when trying to install VS2013 SDK on a Windows 10 machine.

Any ideas?

enter image description here

Here is a relevant part of the log file:

[5EB4:710C][2015-03-27T11:22:50]i052: Condition 'CompatibilityMode = 0' evaluates to true.
[5EB4:710C][2015-03-27T11:22:50]i052: Condition 'NOT((VersionNT > v6.1) OR (VersionNT = v6.1 AND ServicePackLevel >= 1))' evaluates to false.
[5EB4:710C][2015-03-27T11:22:50]i052: Condition '( NOT ((ProCheck_ProfessionalCore_DetectKey = 1) OR (ProCheck_VSCore_DetectKey = 1)) ) AND (CurrentOperation = "Install") ' evaluates to false.
[5EB4:710C][2015-03-27T11:22:50]i000: MUX:  Stop Block: CompatibilityMode : Windows Program Compatibility mode is on. Turn it off and then try Setup again.
like image 714
Albert Avatar asked Mar 26 '15 22:03

Albert


People also ask

What is Visual Studio 2013 SDK?

The Visual Studio 2013 SDK includes project templates, tools, tests, and reference assemblies that are required to build extensions for Visual Studio 2013.

What is Windows 10 SDK in Visual Studio?

The Windows SDK (10.0. 22621) for Windows 11, version 22H2 provides the latest headers, libraries, metadata, and tools for building Windows applications. Use this SDK to build Universal Windows Platform (UWP) and Win32 applications for Windows 11, version 22H2 and previous Windows releases.

Is Windows SDK installed with Visual Studio?

The Windows SDK is installed as part of the Desktop development with C++ workload in the Visual Studio Installer. A standalone version is available at Windows SDK.


2 Answers

Found a way to install it. First, you should unpack the installer using command line:

vssdk_full.exe /layout

Choose a folder where you want the files to be extracted. Then press the “Download” button. Go to that folder and start the installer. It will bypass the check and install the SDK.

like image 110
Oleg Tarasov Avatar answered Sep 20 '22 11:09

Oleg Tarasov


It does not look like it is supported on Windows 10 (yet).

Microsoft Visual Studio 2013 SDK

Supported Operating System

Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2

like image 40
Dijkgraaf Avatar answered Sep 23 '22 11:09

Dijkgraaf