I'm maintainer of azcopy chocolatey package. https://chocolatey.org/packages/azcopy Microsoft released version 10 of azcopy (from version 8).
The tool is now a single exe (in a zip file). The old one was a MSI installer.
The command line is completely different between v8 and v10.
I've got two choices :
- Create a new azcopy10 package for this package and have both living and at some point deprecate the old one
- Simply "upgrade" the azcopy package to v10 as I don't expect MS to upgrade v8 anymore. If people are willing to keep v8 they still can avoid upgrade (I was going this way)
In case I just upgrade the azcopy, how do I manage the upgrade ?
- If v8 is installed, do I uninstall it ? Is it allowed to uninstall a package in the chocolateyInstall.ps1 of a new version ?
- Do I just manage the actual installation of v10 and let v8 if already install?