DO NOT USE. Not part of the public API.
Install-Vsix `
-Installer <String> `
-InstallFile <String> `
[-IgnoredArguments <Object[]>] [<CommonParameters>]
Installs a VSIX package into a particular version of Visual Studio.
This is not part of the public API. Please use Install-ChocolateyVsixPackage instead.
None
None
None
The path to the VSIX installer
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
The VSIX file that is being installed.
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
Allows splatting with arguments that do not apply. Do not use directly.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
http://go.microsoft.com/fwlink/p/?LinkID=113216 .
- [[Install-ChocolateyVsixPackage|HelpersInstallChocolateyVsixPackage]]
[[Function Reference|HelpersReference]]
NOTE: This documentation has been automatically generated from Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-Vsix -Full
.
View the source for Install-Vsix