chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.11k stars 892 forks source link

Support "force" argument in packages.config #760

Open rplnt opened 8 years ago

rplnt commented 8 years ago

Out of the Install arguments[1], force (and perhaps others) are not supported in packages.config. You can only force whole set of packages, not individual ones.

Example where this might be useful is installing both x86 and x64 versions of the same product.

  1. https://github.com/chocolatey/choco/wiki/CommandsInstall
ferventcoder commented 8 years ago

Thanks for adding this!

TheCakeIsNaOH commented 2 years ago

Duplicate of https://github.com/chocolatey/choco/issues/886