Chocolatey Visual Studio servicing extensions 1.13.0
This package provides helper functions useful for developing packages for installing and servicing Microsoft Visual Studio.
For best results, it is recommended to install the VSSetup PowerShell module before installing any Visual Studio packages.
Showing the top 20 packages that depend on chocolatey-visualstudio.extension.
| Packages | Downloads |
|---|---|
|
visualstudio2026community
### Overview
Free, full-featured and extensible tool for students, open-source and individual developers.
To find out what's new or to see the known issues, see the [Visual Studio 2026 release notes](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes).
[System requirements](https://learn.microsoft.com/en-us/visualstudio/releases/vs18/vs-system-requirements)
### Customizations and Optional features
By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section.
All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2026). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters.
After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu.
The language of the installed software can be controlled using the package parameter `--locale language`.
The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2026#list-of-language-locales). By default, the operating system display language is used.
#### Full installation
This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings:
choco install visualstudio2026community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
[More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)
### Notes
A reboot may be required after (or even _before_) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.8.0) first, perform a reboot if necessary, and then install this package.
Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
|
2 |
|
sql-server-management-studio
SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database, Azure SQL Managed Instance, SQL Server on Azure VM, and Azure Synapse Analytics. SSMS provides a single comprehensive utility that combines a broad group of graphical tools with many rich script editors to provide access to SQL Server for developers and database administrators of all skill levels.
#### Supported SQL offerings
- You can use it to manage all supported SQL Server versions, such as SQL Server 2022, SQL Server 2019, and earlier versions.
- SSMS 22 includes enhanced integration for managing Azure SQL Database and Azure SQL Managed Instance environments.
#### SSMS System Requirements
SQL Server Management Studio 22 is supported on the following 64-bit operating systems:
Supported Operating Systems:
- Windows 11 minimum supported OS version or higher: Home, Pro, Pro Education, Pro for Workstations, Enterprise, and Education
- Windows 10 minimum supported OS version or higher: Home, Professional, Education, and Enterprise.
- Windows Server 2025: Standard and Datacenter.
- Windows Server 2022: Standard and Datacenter.
- Windows Server 2019: Standard and Datacenter.
- Windows Server 2016: Standard and Datacenter.
### Package Specific
Major versions of SSMS install side by side. If you upgrade this package from an earlier major version (eg. 18.x, 19.x, 20.x, 21.x), that version will remain installed.
As of version 21, SSMS now uses the standard Visual Studio installer to install and update SSMS.
#### Package Parameters
The default installation installs the SMSS core tools. You can use [package parameters](https://learn.microsoft.com/ssms/install/command-line-parameters?WT.mc_id=DOP-MVP-5001655) to install additional workloads:
- `Microsoft.SqlServer.Workload.SSMS.AI`
- `Microsoft.SqlServer.Workload.SSMS.BI`
- `Microsoft.SqlServer.Workload.SSMS.HybridAndMigration`
- `Microsoft.SqlServer.Workload.SSMS.CodeTools`
Example (install all workloads):
`choco install sql-server-management-studio --params "'--all'"`
`choco install sql-server-management-studio --params "'--add Microsoft.SqlServer.Workload.SSMS.CodeTools'"`
#### Package Updates
This package is automatically updated based on the same data source that SSMS itself uses to determine when updates are available. This may mean that there may sometimes be a delay between Microsoft releasing a new version and when they 'advertise' it as being generally available for SSMS to update.
|
0 |
|
visualstudio2017community
### Overview
Free, full-featured and extensible tool for students, open-source and individual developers.
To find out what's new or to see the known issues, see the [Visual Studio 2017 Release Notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes).
[System requirements](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs)
### Customizations and Optional features
By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section.
All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters.
After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu.
The language of the installed software can be controlled using the package parameter `--locale language`.
The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017#list-of-language-locales). By default, the operating system display language is used.
#### Full installation
This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings:
choco install visualstudio2017community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
[More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)
### Notes
A reboot may be required after (or even _before_) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnet4.6.2 or later) first, perform a reboot if necessary, and then install this package.
Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
|
0 |
|
visualstudio2019community
### Overview
Free, full-featured and extensible tool for students, open-source and individual developers.
To find out what's new or to see the known issues, see the [Visual Studio 2019 Release Notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes).
[System requirements](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements)
### Customizations and Optional features
By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section.
All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters.
After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu.
The language of the installed software can be controlled using the package parameter `--locale language`.
The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019#list-of-language-locales). By default, the operating system display language is used.
#### Full installation
This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings:
choco install visualstudio2019community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
[More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)
### Notes
A reboot may be required after (or even _before_) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.7.2 or later) first, perform a reboot if necessary, and then install this package.
Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
|
0 |
|
visualstudio2022community
### Overview
Free, full-featured and extensible tool for students, open-source and individual developers.
To find out what's new or to see the known issues, see the [Visual Studio 2022 release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes).
[System requirements](https://docs.microsoft.com/en-us/visualstudio/releases/2022/system-requirements)
### Customizations and Optional features
By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section.
All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters.
After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu.
The language of the installed software can be controlled using the package parameter `--locale language`.
The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022#list-of-language-locales). By default, the operating system display language is used.
#### Full installation
This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings:
choco install visualstudio2022community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
[More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)
### Notes
A reboot may be required after (or even _before_) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.8.0) first, perform a reboot if necessary, and then install this package.
Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
|
0 |
This package has no dependencies.
Page of
| Version | Downloads | Notes | Last updated |
|---|---|---|---|
| 1.13.0 | 0 | 11/11/2025 | |
| 1.12.0 | 0 | 24/10/2025 | |
| 1.11.1 | 0 | 16/09/2023 | |
| 1.11.0 | 0 | 03/06/2023 | |
| 1.10.2 | 0 | 15/05/2022 | |
| 1.10.1 | 0 | 12/05/2022 | |
| 1.10.0 | 0 | 06/10/2021 | |
| 1.9.0 | 0 | 21/02/2021 | |
| 1.8.1 | 0 | 09/06/2019 | |
| 1.8.0 | 0 | 09/03/2019 | |
| 1.7.1 | 0 | 27/11/2018 | |
| 1.7.0 | 0 | 28/05/2018 | |
| 1.6.0 | 0 | 10/03/2018 | |
| 1.5.1 | 0 | 09/12/2017 | |
| 1.5.0 | 0 | 06/10/2017 | |
| 1.4.1 | 0 | 19/06/2017 | |
| 1.4.0 | 0 | 05/06/2017 | |
| 1.3.0 | 0 | 19/05/2017 | |
| 1.2.0 | 0 | 04/03/2017 | |
| 1.1.0 | 0 | 01/03/2017 | |
| 1.0.0 | 0 | 17/02/2017 |