Is it possible to change the installation directory using OneGet?

2

1

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?

BrunoLM

Posted 2015-10-31T23:08:55.987

Reputation: 3 675

No answers