What is the recommend way of only allowing one version of a choco package to be installed?
do I check to see if the package is already installed with choco list command in the chocolateybeforemodify script and then uninstall it if it’s found? But how can I determine if the beforemodify script is called due to upgrade or uninstall? or do I check to see if the package is already installed in […]