Installing VSPackages By Using Windows Installer

Integrating your VSPackage into Visual Studio requires more than just copying files to a user's computer. Your VSPackage must include a VSPackage load key (PLK). Your VSPackage's installer must install the VSPackage and its dependent files, and register and integrate them into Visual Studio. Your VSPackage can take advantage of integration features such as displaying an icon on the Visual Studio splash screen and About dialog box.

Microsoft Windows Installer files are the recommended way to distribute your VSPackages. Easy-to-use Windows Installer packages can run on any Windows operating system supported by Visual Studio. For more information, see Windows Installer.

In This Section

  • VSPackage Load Keys
    Describes the Developer License Key (DLK), which is used during the development of your VSPackage, and PLKs, which are used to deploy VSPackages.

  • Visual Studio Integration Samples
    Describes the integration samples that target the integrated development environment (IDE) in Visual Studio.

  • VSPackage Load Keys
    Explains how to obtain and install a PLK.

  • Installing VSPackages
    Discusses how to build and install VSPackages and how to support users who are running multiple versions of Visual Studio at the same time.