is it possible to pass the custom, scope or local parameters to winget install when using Microsoft.Winget.DSC/WingetPackage resource #4985
Unanswered
tristanbarcelon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using winget cli to install packages, it is possible to use the custom, scope or location parameters to provide custom installation parameters or instruct winget cli to pick a properly scoped installer or confine the application installation to a specific folder. The latter is especially useful for applications that consume a lot of disk space over time, such as Visual Studio or SQL Server. SQLServerDSC exposes multiple parameters for install folders while VisualStudio does not.
If I wanted to install machine scoped versions of PowerToys or VisualStudioCode, how can I achieve them using Microsoft.Winget.DSC/WingetPackage resource in order to specify machine scope?
Beta Was this translation helpful? Give feedback.
All reactions