ChocolateyGUI icon indicating copy to clipboard operation
ChocolateyGUI copied to clipboard

Advanced Install doesn't install manually entered version

Open corbob opened this issue 2 years ago • 0 comments

What You Are Seeing?

Have a Chocolatey source with multiple versions of a package. Attempt to install a specific version with Chocolatey GUI. Should be able to pick the version, but only presented with the options: Latest Version and <Version Number that is the latest> (#913). When manually entering the version, it should install the version entered.

What is Expected?

Install the version entered under the Version selector of the Advanced Install dialog.

How Did You Get This To Happen? (Steps to Reproduce)

  1. Have a package with multiple available versions on a source
  2. Attempt to install the package with the Install Advanced option
  3. Enter a known good Version number
  4. Click Install
  5. Notice that the latest version is installed.

System Details

  • OS Build (In PowerShell run [System.Environment]::OSVersion.version.tostring()): 10.0.19043.0
  • Windows PowerShell version (Run: $PSVersionTable):
Name                           Value  
----                           -----      
PSVersion                      5.1.19041.1320
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1320
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
  • Chocolatey version (Run choco --version): 1.1.0
  • Chocolatey GUI Version: 1.0.0.0

Output Log

https://gist.github.com/corbob/8fe7ef90ec6e270da30bee14b3fb1791

corbob avatar Aug 26 '22 20:08 corbob