
-channelId - the release channel, should be "VisualStudio.15.Release"Įxample 1.-productId - the identifier of the product, for example "".-installPath - the path where the product is installed, for example "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise".In order to act on one specific product when several are installed, the product needs to be indicated to the package via parameters, either: -includeOptional - Includes the optional components.īy default, the package will detect installed Visual Studio products and add the workload to all products that support it and do not have it installed already.-no-includeRecommended - Does not include the recommended components.Package parameters can be used to adjust this behavior: The package passes -norestart -includeRecommended by default, and -quiet, unless -passive is specified in the package parameters.īy default, the package installs components required by and recommended for the workload. The possible parameters are described here.
#VISUAL STUDIO 2017 ENTERPRISE FTP FULL#
The package passes all package parameters to the Visual Studio installer, enabling full customization of the installation.


Visual Studio 2017 must be installed first, for example using Chocolatey packages: visualstudio2017enterprise, visualstudio2017professional, visualstudio2017community. The lists of components included in this workload in respective Visual Studio 2017 products are shown here: This package adds the Universal Windows Platform development workload to an existing installation of Visual Studio 2017 (Enterprise, Professional or Community).
