I am trying to automate to set up a developer machine software installation. Chocolatey is good to install packages when you connected to the Internet. Is there a way to install
Chocolatey uses $env:TEMP as a cache directory and the download file put at
$env:TEMP
$env:Temp\chocolatey\Firefox\60.0.2\FirefoxInstall.exe
60.0.2 is the package version, and Firefox is the package name.