I'm trying to install an app, for example Firefox using:
Install-Package -Name Firefox -Source chocolatey
But by default it installs on C:\Program Files. I would like instead make it install on D:\Program Files.
Is there a way to change the installation directory?