jivkok / Chocolatey-Packages

Repo for hosting Chocolatey packages
27 stars 22 forks source link

VS2015: Layout option for download caching and InstallSelectableItems instead of admin-file #26

Closed riezebosch closed 6 years ago

riezebosch commented 8 years ago

I created my own version of the VisualStudio2015Enterprise package: https://github.com/riezebosch/BoxstarterPackages/tree/master/VisualStudio2015Enterprise

It includes an option to point to a layout location so I'm able to cache the download for subsequent installs.

It also uses the built-in capabilities of the installer to install specific items using the InstallSelectableItems argument.

Lastly it includes a dependency to the package for installing the required Windows Updates for Windows 8.1 and Windows Server 2012.

I hope you like it and maybe you can incorporate these changes into your own "official" package.