S‎ilent install

Installing to all versions of Visual Studio

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

Installing to a specific version of Visual Studio

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:

  • VS12
  • VS13
  • VS15
  • VS17C
  • VS17E
  • VS17P
  • VS19C
  • VS19E
  • VS19P

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.