The
By double-clicking on the executable file.
By entering the following command:
VirtualBox-<version>-<revision>-Win.exe -extract
This will extract the installer into a temporary directory, along with the .MSI file. Run the following command to perform the installation:
msiexec /i VirtualBox-<version>-<revision>-Win.msi
Using either way displays the installation Welcome dialog and enables you to choose
where to install
USB support. This package
contains special drivers for your Windows host that
Networking. This package
contains extra networking drivers for your Windows host that
Python support. This
package contains Python scripting support for the
See, for example:
Python version 3 is required. Python version 2.x is no longer supported.
Depending on your Windows configuration, you may see warnings about unsigned drivers, or similar. Click Continue for these warnings, as otherwise
The installer will create an
With standard settings,
VirtualBox.exe -extract
Then, run either of the following commands on the extracted .MSI file. This will install
VirtualBox.exe -msiparams ALLUSERS=2
msiexec /i VirtualBox-<version>-Win.msi ALLUSERS=2
If you do not want to install all features of
Main binaries of
This feature must not be absent, since it contains the
minimum set of files to have working
USB support.
All networking support. This includes the VBoxNetworkFlt and VBoxNetworkAdp features.
Bridged networking support.
Host-only networking support
Python support
For example, to only install USB support along with the main binaries, run either of the following commands:
VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB
msiexec /i VirtualBox-<version>-Win.msi ADDLOCAL=VBoxApplication,VBoxUSB