Open TheCakeIsNaOH opened 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.
Currently, there is not an easy way to internalize/recompile the packages that use
chocolatey-dotnetfx.extension
, because it only supportsurl
but notfile
.Specifically, it would be nice if
Install-DotNetFramework
andInstall-DotNetDevPack
had support forfile
added.