jberezanski / ChocolateyPackages

Chocolatey packages maintained by me
MIT License
86 stars 52 forks source link

chocolatey-dotnetfx.extension add support for file to allow internalization #90

Open TheCakeIsNaOH opened 4 years ago

TheCakeIsNaOH commented 4 years ago

Currently, there is not an easy way to internalize/recompile the packages that use chocolatey-dotnetfx.extension, because it only supports url but not file.

Specifically, it would be nice if Install-DotNetFramework and Install-DotNetDevPack had support for file added.

TheCakeIsNaOH commented 4 years ago

As a workaround, using url to point to a local file does work, but is not ideal. It adds an extra file copy of the installer to temp, rather than running it directly from the tools directory, and additionally checksum verification.