0

Is it possible to install packages from a location on local network or even your own harddrive, because I dont want my chocolatey script to download the packages from internet everytime I run it. I want to be able to put the packages on to central location from where it picks up the packages.

Let me know if its possible.

maths
  • 1,399
  • 5
  • 23
  • 38
  • The packages in question, are these Chocolatey packages that you are creating yourself, or are they packages that exist on the Chocolatey Community Feed, that you are going to bring in house? – Gary Ewan Park Sep 12 '14 at 06:11
  • Are you asking about having a $url in chocolateyInstall.ps1 mapped to a network path instead of a web url? I would be interested in that as well. – Matthieu Nov 05 '14 at 16:20

1 Answers1

1

Yes absolutely possible. Since the first day. Note the image right on https://chocolatey.org even mentions this.

ferventcoder
  • 11,952
  • 3
  • 57
  • 90