To install the add-on to all versions of Visual Studio installed on the machine and supported by the add-in, use the following command line:
msiexec /i RumbaDevelopersEditionVisualStudioAddIn.msi /qn
To install the add-on to specific versions of Visual Studio installed on the machine, use the following command line:
msiexec /i RumbaDevelopersEditionVisualStudioAddIn.msi ADDLOCAL= <version_list> /qn
where <version_list> is a comma separated list of Visual Studio versions. The list can contain all or some of the following items:
Example:
Msiexec /i RumbaDevelopersEditionVisualStudioAddIn.msi ADDLOCAL= VS13,VS15,VS17P,VS19E /qn
Example:
This command line installs the Rumba+ development add-on to Visual Studio 2013, Visual Studio 2015, Visual Studio 2017 and Visual Studio 2019 installed on the machine.