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
Put the installer in the cache directory:
%TEMP%\chocolatey\\
And do a force install:
choco install -f
It worked fine on my version (v0.9.10.3).