ChocolateyPackages icon indicating copy to clipboard operation
ChocolateyPackages copied to clipboard

visualstudio2017: install the exact VS version as the package version

Open jberezanski opened this issue 8 years ago • 2 comments

Currently, the VS product packages simply invoke the VS setup bootstrapper, which always installs the newest released VS version.

In order to make installations deterministic, the packages should somehow instruct the bootstrapper to install a specific VS version. This can probably be done by embedding the channel manifest in the package.

jberezanski avatar Apr 19 '17 20:04 jberezanski

Not sure if we can legally embed and distribute the manifests in the package.

jberezanski avatar Oct 01 '19 21:10 jberezanski

An alternative (to embedding the manifest) idea will be tracked here: #82

jberezanski avatar Nov 30 '19 20:11 jberezanski