Skip to content

JakubLinhart/VsixUtil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VsixUtil

Build status

This is a command line tool for managing VSIX installations. It allows for install, uninstall and listing of extensions. It supports 2010 - 2013 (and Dev14).

  • Install: vsixutil [/install] extensionPath [/version number] [/sku name] [/rootSuffix name]
  • Uninstall: vsixutil /uninstall identifier [/version number] [/sku name] [/rootSuffix name]
  • List installed: vsixutil /list [filter]

This is a replacement for vsixInstaller which is shipped with Visual Studio. That tool is asynchronous which makes in unsuitable for scripting and fast turn around dogfooding

About

A utility for managing VSIX installs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.0%
  • PowerShell 3.0%