As a Mendix developer, you often need several installations of Mendix Studio Pro. A lot of people work on different projects which use different Mendix versions. Installing new versions is quite a hassle:
I personally use Chocolatey as a package manager for Windows which just needs a couple of arguments to quickly install software packages. Mac users will know this as Homebrew.
It would be great to add Mendix Studio Pro versions to the Chocolatey package list. This way, you could do something like:
choco install Mendix --version 9.6.1
And the rest will be done automatically. Very convenient!