Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 1.69 KB

how-to-add-a-dependency-to-a-vsix-package.md

File metadata and controls

49 lines (44 loc) · 1.69 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.mt
How to: Add a Dependency to a VSIX Package | Microsoft Docs
11/04/2016
vs-ide-sdk
article
package reference
package assembly
package dll
vsix reference
8f20177b-dab9-43a3-b959-81a591b451d6
12
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

How to: Add a Dependency to a VSIX Package

You can set up a VSIX package deployment that installs any dependencies that are not already present on the target computer. To accomplish this, include the VSIX dependencies to the source.extension.vsixmanifest file.

To add a dependency

  1. Open the source.extension.vsixmanifest file in the Design view. Go to the Dependencies tab and click New.

  2. To add an installed extension: in the Add New Dependency dialog box, select Installed extension and then, for the Name, select an extension on the list.

  3. To add another VSIX that is not installed: : in the Add New Dependency dialog box, select File on file system and then use the Browse button to select the VSIX.

See Also

VSIX Extension Schema 1.0 Reference
Anatomy of a VSIX Package
Preparing Extensions for Windows Installer Deployment