When I want to install packages like vagrant with chocolatey, I get the message:
The package vagrant wants to run 'chocolateyInstall.ps1'. Note: If you don't run this script, the installation will fail. Do you want to run the script?
Is there a way to overleap this question or something like a silent-mode?
One command for example in PowerShell:
choco install vagrant
Thanks in advance.