Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 2.35 KB

installing-the-visual-studio-sdk.md

File metadata and controls

47 lines (41 loc) · 2.35 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic ms.assetid caps.latest.revision ms.author manager translation.priority.mt
Installing the Visual Studio SDK | Microsoft Docs
11/04/2016
visual-studio-sdk
article
c730edb6-5099-4c16-85a8-08def09f1455
3
gregvanl
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Installing the Visual Studio SDK

The Visual Studio SDK is an optional feature in Visual Studio setup. You can also install the VS SDK later on.

Installing the Visual Studio SDK as Part of a Visual Studio Installation

If you'd like to include the VSSDK in your Visual Studio installation, you should install the Visual Studio extension development Workload under Other Toolsets. This will install the Visual Studio SDK as well as the necessary prerequisites. You can further tune the installation by selecting or unselecting Components from the Summary view.

Installing the Visual Studio SDK after Installing Visual Studio

If you decide to install the Visual Studio SDK after completing your Visual Studio installation, rerun the Visual Studio installer and select the Visual Studio extension development Workload.

Installing the Visual Studio SDK from a Solution

If you open a solution with an extensibility project without first installing the VSSDK, you will be prompted by a highlighted information bar above the Solution Explorer. It should look something like the following:

SolutionExplorerInstall

Installing the Visual Studio SDK from the Command Line

As with any Visual Studio Workload or Component, you can also install the item from the command line. See Use command-line parameters to install Visual Studio for details on the appropriate command line switches and how to determine the Workload or Component identifiers.

Note that you must use the Visual Studio installer that matches your installed version of Visual Studio. For example, if you have Visual Studio Enterprise installed on your computer, you must run the Visual Studio Enterprise installer (vs_enterprise.exe).