Really, the point of this issue was that on Win 7, the choco installer installs an old version of .NET by default. My bug title wasn't very helpful in conveying that. I apologize. I think I will either change it, or open a new issue, with a clearer title. stephengtuggy changed ...
If you run into this error, it means you are on an older version of Chocolatey and you need to upgrade.Remove the license file. Upgrade the chocolatey package - choco upgrade chocolatey <options> Set the license file back and proceed with the install or upgrade process as above....
installing multiple packages, and you use --version=1.0.0, choco is going to look for and try to install version 1.0.0 of every package passed. So please split out multiple package calls when wanting to pass specific options. Scripting / Integration - Best Practices / Style Guide When writi...
When I have installed an older version of a package, and there is a package installed that have a dependency on this package but only has pre-releases available, if I then later try to upgrade the dependent package it will throw a null reference exception preventing the upgrading. What is ...
Output of the ue4-docker info command: PS D:\ue4docker> ue4-docker info ue4-docker version: 0.0.94 (latest available version is 0.0.94) Operating system: Windows 10 Pro (Build 22000.376) Docker daemon version: 20.10.11 NVIDIA Docker supp...
(at the moment of writing this is the latest image, but the same problem was seen in older versions) Fantastic! Problem sorted out. Many thanks for the help. Probably this message printed bychoco installcan be updated to mentioncall?
DSC resource has property ChocoInstallScriptURL, it would be good then to option to provide option to set in stone which version of install script resource will use so integration would not break when new versions are released (like what you can do with docker tags) ...
If you need to get to older versions of packages, many of the packages on the community repository allow for this. What Chocolatey community repository may lack in the possible guarantee that Ninite provides, it makes up for in features and options. Chocolatey can provide packages for non-free...
Install a version of Chocolatey that can be upgraded. C:\Windows\System32>winget install --silent --id Chocolatey.Chocolatey --version 2.1.0 Found Chocolatey [Chocolatey.Chocolatey] Version 2.1.0 This application is licensed to you by its owner. ...
Since older .Net framework versions are going out of support, and because newer versions of the NuGet libraries require newer .Net versions (#508), Chocolatey CLI should be upgraded to be built on .Net 4.8 This is also a stepping stone to upgrading to dotnet 5+, #2436 This will also ...