Does winget support installing programs onto another drive? #1281
Answered
by
ImJoakim
OakBricks-old
asked this question in
Q&A
-
My C: drive is currently limited on space (about 9GB free) and I was wondering if winget supports installing programs onto another drive (such as D: or E:). |
Beta Was this translation helpful? Give feedback.
Answered by
ImJoakim
Jul 14, 2021
Replies: 1 comment 1 reply
-
There is currently a setting/option (if supported/honored by the installer) which is Example: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OakBricks-old
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is currently a setting/option (if supported/honored by the installer) which is
winget install <package> --location <path>
Example:
winget install vscode --location "M:\Program Testing\VSCode"