Demitrius Nelon

Results 1126 comments of Demitrius Nelon

@Jarmos-san We've also had asks about having winget "ignore" packages for `winget upgrade --all` as well. If one were to `winget exclude package` that could function for both scenarios, but...

The feature is viable, but it's lower priority than other work on the roadmap currently. We're looking at pinning before this.

* https://github.com/microsoft/winget-cli/issues/2187 * https://github.com/microsoft/winget-cli/issues/2446

This could be grouped with #360

If the package writes a version to "displayVersion" or if we have a "productCode" that may help to disambiguate. We may need to look at adding those additional columns to...

Related to: * https://github.com/microsoft/winget-cli/issues/2171

@herryxyz you can pass override parameters using "--override". We have an ask to make these parameters "additional" to existing parameters in manifests as well. ``` PS C:\Users\denelon> winget install -?...

@vedantmgoyal2009 I think this is the "add switches" rather than "--override". I've been thinking about something like "--augment" to make the switches in addition to those in the manifest. That...

Imagine you were using winget to install Visual Studio and you wanted to add some workloads. You wouldn't necessarily want to have to look up the arguments for silent and...

One of the initial goals is to make sure the Windows Package Manager works on earlier versions of Windows without a PowerShell dependency. That is one of the primary reasons...