All Projects → microsoft → vsixbootstrapper

microsoft / vsixbootstrapper

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

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to vsixbootstrapper

Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (+105.26%)
Mutual labels:  visual-studio, vsix, vsix-extensions
Unchase.OpenAPI.Connectedservice
📜 Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 69 (+263.16%)
Mutual labels:  visual-studio, vsix, vsix-extensions
Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 159 (+736.84%)
Mutual labels:  deployment, installer
Community.VisualStudio.Toolkit
Making it easier to write Visual Studio extensions
Stars: ✭ 165 (+768.42%)
Mutual labels:  visual-studio, vsix
Codist
A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality and brings smart tool bar to code editor.
Stars: ✭ 134 (+605.26%)
Mutual labels:  visual-studio, vsix
Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 472 (+2384.21%)
Mutual labels:  deployment, installer
instl
💻 A crossplatform installer for GitHub projects that just works!
Stars: ✭ 45 (+136.84%)
Mutual labels:  deployment, installer
Dapr-Microservice-Template
A Microservice Template using Dapr.io and Kubernetes
Stars: ✭ 31 (+63.16%)
Mutual labels:  visual-studio, vsix
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-26.32%)
Mutual labels:  visual-studio, vsix
Vsvim
Vim Emulator Plugin for Visual Studio 2015+
Stars: ✭ 3,232 (+16910.53%)
Mutual labels:  visual-studio, vsix
FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Stars: ✭ 391 (+1957.89%)
Mutual labels:  visual-studio, vsix
gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (+278.95%)
Mutual labels:  deployment, installer
vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (+247.37%)
Mutual labels:  visual-studio, vsix
fsharp-linting-for-vs
Visual Studio Linter for F#
Stars: ✭ 33 (+73.68%)
Mutual labels:  visual-studio, vsix
PrivateGalleryCreator
Create private extension galleries for Visual Studio
Stars: ✭ 96 (+405.26%)
Mutual labels:  visual-studio, vsix
vcredist
Lifecycle management for the Microsoft Visual C++ Redistributables
Stars: ✭ 91 (+378.95%)
Mutual labels:  visual-studio, deployment
pvpgn-magic-builder
Ultimate program for building PvPGN on Windows
Stars: ✭ 71 (+273.68%)
Mutual labels:  visual-studio
actions-publish-gh-pages
🍣 A GitHub Action to publish static website using GitHub Pages
Stars: ✭ 12 (-36.84%)
Mutual labels:  deployment
rules ruby
Ruby Rules for Bazel. It is, perhaps, production-ready. This project builds atop the work of Yugui, whose original rules can be found at https://github.com/yugui/rules_ruby. Please be aware there is an active fork of this project maintained by Coinbase at https://github.com/coinbase/rules_ruby.
Stars: ✭ 85 (+347.37%)
Mutual labels:  deployment
jest-trx-results-processor
Jest results processor for exporting into TRX files for Visual Studio
Stars: ✭ 23 (+21.05%)
Mutual labels:  visual-studio

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].