Skip to content

An installer that can be chained with other packages to locate the latest VSIXInstaller.exe to use for installing VSIX extensions.

License

Notifications You must be signed in to change notification settings

microsoft/vsixbootstrapper

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2024
Mar 8, 2018
Dec 19, 2018
Feb 15, 2024
Feb 15, 2024
Feb 15, 2024
Dec 12, 2024
Jan 16, 2025
Feb 3, 2017
Feb 3, 2017
Jan 16, 2025
Jan 16, 2025
May 13, 2019
Feb 4, 2017
Feb 3, 2017
May 13, 2019
Jun 2, 2023
Feb 15, 2024
Dec 12, 2024
Feb 9, 2021
Feb 15, 2024

Repository files navigation

VSIX Installer Bootstrapper

build status: master build status: develop github release github releases: all nuget: all

One of the great new features of Visual Studio 2017 is an initial smaller and fast install. To compliment a smaller - but powerful - initial feature set, installing additional workloads and components on-demand is supported for both end users and package developers.

Package developers can install their VSIX extensions for Visual Studio using this bootstrapper to find the latest version of VSIXInstaller.exe and install their extension(s). This may be preferable for extensions that support Visual Studio 2017 or newer than installing extensions in Windows Installer .msi packages, since MSIs cannot run concurrently in separate processes.

Other deployments may also benefit since they no longer have to find where VSIXInstaller.exe is installed. The command line passed to VSIXBootstrapper.exe is passed through to VSIXInstaller.exe.

See our samples for ideas how to use VSIXBootstrapper.exe.

Feedback

To file issues or suggestions, please use the Issues page for this project on GitHub.

License

This project is licensed under the MIT license.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

An installer that can be chained with other packages to locate the latest VSIXInstaller.exe to use for installing VSIX extensions.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published