Checklist I have verified this is the correct repository for opening this issue. I have verified no other issues exist related to my problem. I have verified this is not an issue for a specific package. I have verified this issue is not ...
Checklist I have verified this is the correct repository for opening this issue. I have verified no other issues exist related to my problem. I have verified this is not an issue for a specific package. I have verified this issue is not ...
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...
try to install version 1.0.0 of every package passed. So please split out multiple package calls when wanting to pass specific options. Includes [default options/switches](xref:choco-commands#default-options-and-switches) (included below for completeness). ~~~ '@ $commandText = $commandText...
For now, version [4] is the best choice. -ss: follows a single number means extracting that single frame from video source; follows a specific time-format means extracting from that time. -t: follows a number means the duration of that extraction. ...
Installing 64 bit version Installing nodejs.install... nodejs.install has been installed. nodejs.install may be able to be automatically uninstalled. The upgrade of nodejs.install was successful. Software installed as 'msi', install location is likely default. ...
I spun up a win11 VM in azure to verify this isn't machine specific, and Git will install fine in process isolation there. Both machines have identical windows builds, both using the same stevedore version, both building the same dockerfile, one succeeds, one fails. We are now really in...
* CHOCOLATEY_VERSION - The version of Choco you normally see. Use if you are 'lighting' things up based on choco version. Otherwise take a dependency on the specific version you need. * ChocolateyForceX86 = If available and set to 'true', then user has requested 32bit version. Automatical...
Checklist I have verified this is the correct repository for opening this issue. I have verified no other issues exist related to my problem. I have verified this is not an issue for a specific package. I have verified this issue is not ...
choco.exe logs to a file in$env:ChocolateyInstall\log\. You can grab the specific log output from there so you don't have to capture or redirect screen output. Please limit the amount included to just the command run (the log is appended to with every command). ...