Install VS.NET Extension from Command Line

powershell, visual-studio

Solution

You can use VSIXInstaller to automate extension installation:

Problem

Is there any way to install a VS.NET extension from the command line? I'm working on setting up development VMs using vagrant and powershell for provisioning, and would like to be able to automate the installation of some of my favorite extensions as well.

Original source