Demitrius Nelon
Demitrius Nelon
* https://github.com/microsoft/winget-cli/issues/2446
WinGet 1.8 now supports targeting a specific version for uninstalling previous versions.
@RehanSaeed `winget install --interactive` should do what you're looking for. ``` winget install -? Windows Package Manager v1.0.11451 Copyright (c) Microsoft Corporation. All rights reserved. Installs the selected package, either...
@iDolmatov "Custom" switches are passed to the installer regardless of whether it is executed with "Silent", "SilentWithProgress", or "Interactive". The "Custom" switches are optional, and not required. The only time...
The "Custom" flags are passed to the installer in addition to the "Silent" or "SilentWithProgress" or "Interactive" depending on what install mode was selected. For a "Silent" install, the installer...
I'm working on another set of documents designed to explain all of the fields fully. I'm also writing more thorough guidance on [authoring manifests](https://github.com/microsoft/winget-pkgs/blob/master/AUTHORING_MANIFESTS.md#authoring-manifests). The current document is a stub...
@gmckeown we added support for "user" vs. "machine" install. Manifests can have both flavors. We still don't have an additive argument for passing arguments in addition rather than an override,...
All, @Trenly implemented "--custom". If you pass "--custom" and arguments, they will be added to the existing arguments provided by WinGet and the manifest. *Note: if you use "--override", the...
We are working on a solution for enterprise scenarios. Intune and other MDM providers will be able to execute commands remotely using system context: * #215 This same solution will...
@JuryA, It's been quite a while since this PR was created. We've made substantial progress with the `Repair-WinGetPackageManager` cmdlet inside the "Microsoft.WinGet.Client" PowerShell module. This still installs via GitHub though....