From 6a1f14e29d659c477fd474da19f71b4b297e8726 Mon Sep 17 00:00:00 2001 From: Joel Sallow <32407840+vexx32@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:01:22 -0500 Subject: [PATCH] Add known issue for chocolateyGUI --- input/en-us/chocolatey-gui/known-issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/input/en-us/chocolatey-gui/known-issues.md b/input/en-us/chocolatey-gui/known-issues.md index 3adc644d29..d736abd7a9 100644 --- a/input/en-us/chocolatey-gui/known-issues.md +++ b/input/en-us/chocolatey-gui/known-issues.md @@ -6,6 +6,14 @@ Description: Current known issues regarding Chocolatey GUI RedirectFrom: docs/chocolatey-gui-known-issues --- +## Package installation arguments are not remembered when upgrading a package with ChocolateyGUI + +When the `useRememberedArgumentsForUpgrades` Chocolatey feature is enabled, package arguments are not correctly retained when upgrading packages. + +This is due to [a known bug in chocolatey.lib](https://github.com/chocolatey/choco/issues/2886). + +If you need to use this feature, you must currently upgrade affected packages via Chocolatey CLI instead of Chocolatey GUI. + ## Unable to use Chocolatey GUI extension with Chocolatey GUI v0.17.1 Some business customers have reported an issue when attempting to use version `0.1.0-alpha-20200402` of the Chocolatey GUI extension (a pre-release version of the extension) in combination with Chocolatey GUI v0.17.1.