1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="install-win-performing">
|
---|
4 | <title>Performing the Installation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> installation can be started in either of the following
|
---|
8 | ways: </p>
|
---|
9 | <ul>
|
---|
10 | <li>
|
---|
11 | <p>By double-clicking on the executable file. </p>
|
---|
12 | </li>
|
---|
13 | <li>
|
---|
14 | <p>By entering the following command: </p>
|
---|
15 | <pre xml:space="preserve">VirtualBox-<version>-<revision>-Win.exe -extract</pre>
|
---|
16 | <p>This will extract the installer into a temporary directory, along with the .MSI file. Run the following
|
---|
17 | command to perform the installation: </p>
|
---|
18 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-<revision>-Win.msi</pre>
|
---|
19 | </li>
|
---|
20 | </ul>
|
---|
21 | <p>Using either way displays the installation <b outputclass="bold">Welcome</b> dialog and enables you to choose
|
---|
22 | where to install <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, and which components to install. In
|
---|
23 | addition to the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> application, the following components are
|
---|
24 | available: </p>
|
---|
25 | <ul>
|
---|
26 | <li>
|
---|
27 | <p><b outputclass="bold">USB support.</b> This package
|
---|
28 | contains special drivers for your Windows host that
|
---|
29 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> requires to fully support USB devices inside
|
---|
30 | your virtual machines.
|
---|
31 | </p>
|
---|
32 | </li>
|
---|
33 | <li>
|
---|
34 | <p><b outputclass="bold">Networking.</b> This package
|
---|
35 | contains extra networking drivers for your Windows host that
|
---|
36 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> needs to support Bridged Networking. This
|
---|
37 | enables your VM's virtual network cards to be accessed from
|
---|
38 | other machines on your physical network.
|
---|
39 | </p>
|
---|
40 | </li>
|
---|
41 | <li>
|
---|
42 | <p><b outputclass="bold">Python support.</b> This
|
---|
43 | package contains Python scripting support for the
|
---|
44 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> API, see <xref href="VirtualBoxAPI.dita"><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</xref>.
|
---|
45 | For this to work, an already working Windows Python
|
---|
46 | installation on the system is required.
|
---|
47 | </p>
|
---|
48 | <p>See, for example: <ph>http://www.python.org/download/windows/</ph>. </p>
|
---|
49 | <note>
|
---|
50 | <p> Python version 3 is required. Python version 2.x is no longer supported. </p>
|
---|
51 | </note>
|
---|
52 | </li>
|
---|
53 | </ul>
|
---|
54 | <p>Depending on your Windows configuration, you may see warnings about unsigned drivers, or similar. Click <b
|
---|
55 | outputclass="bold">Continue</b> for these warnings, as otherwise <ph
|
---|
56 | conkeyref="vbox-conkeyref-phrases/product-name"/> might not function correctly after installation. </p>
|
---|
57 | <p>The installer will create an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> group in the Windows <b
|
---|
58 | outputclass="bold">Start</b> menu, which enables you to launch the application and access its documentation. </p>
|
---|
59 | <p>With standard settings, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will be installed for all users on
|
---|
60 | the local system. If this is not wanted, you must invoke the installer by first extracting as follows: </p>
|
---|
61 | <pre xml:space="preserve">VirtualBox.exe -extract</pre>
|
---|
62 | <p>Then, run either of the following commands on the extracted .MSI file. This will install <ph
|
---|
63 | conkeyref="vbox-conkeyref-phrases/product-name"/> only for the current user. </p>
|
---|
64 | <pre xml:space="preserve">VirtualBox.exe -msiparams ALLUSERS=2</pre>
|
---|
65 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ALLUSERS=2</pre>
|
---|
66 | <p>If you do not want to install all features of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, you can set
|
---|
67 | the optional <codeph>ADDLOCAL</codeph> parameter to explicitly name the features to be installed. The following
|
---|
68 | features are available: </p>
|
---|
69 | <dl>
|
---|
70 | <dlentry>
|
---|
71 | <dt>
|
---|
72 | VBoxApplication
|
---|
73 | </dt>
|
---|
74 | <dd>
|
---|
75 | <p>
|
---|
76 | Main binaries of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
|
---|
77 | </p>
|
---|
78 | <note>
|
---|
79 | <p>
|
---|
80 | This feature must not be absent, since it contains the
|
---|
81 | minimum set of files to have working <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
|
---|
82 | installation.
|
---|
83 | </p>
|
---|
84 | </note>
|
---|
85 | </dd>
|
---|
86 | </dlentry>
|
---|
87 | <dlentry>
|
---|
88 | <dt>VBoxUSB </dt>
|
---|
89 | <dd>
|
---|
90 | <p>USB support. </p>
|
---|
91 | </dd>
|
---|
92 | </dlentry>
|
---|
93 | <dlentry>
|
---|
94 | <dt>VBoxNetwork </dt>
|
---|
95 | <dd>
|
---|
96 | <p>All networking support. This includes the VBoxNetworkFlt and VBoxNetworkAdp features. </p>
|
---|
97 | </dd>
|
---|
98 | </dlentry>
|
---|
99 | <dlentry>
|
---|
100 | <dt>VBoxNetworkFlt </dt>
|
---|
101 | <dd>
|
---|
102 | <p>Bridged networking support. </p>
|
---|
103 | </dd>
|
---|
104 | </dlentry>
|
---|
105 | <dlentry>
|
---|
106 | <dt>VBoxNetworkAdp </dt>
|
---|
107 | <dd>
|
---|
108 | <p>Host-only networking support </p>
|
---|
109 | </dd>
|
---|
110 | </dlentry>
|
---|
111 | <dlentry>
|
---|
112 | <dt>VBoxPython </dt>
|
---|
113 | <dd>
|
---|
114 | <p>Python support </p>
|
---|
115 | </dd>
|
---|
116 | </dlentry>
|
---|
117 | </dl>
|
---|
118 | <p>For example, to only install USB support along with the main binaries, run either of the following commands: </p>
|
---|
119 | <pre xml:space="preserve">VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
120 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
121 | <p>The user is able to choose between NDIS5 and NDIS6 host network filter drivers during the installation. This is
|
---|
122 | done using a command line parameter, <codeph>NETWORKTYPE</codeph>. The NDIS6 driver is the default for most
|
---|
123 | supported Windows hosts. For some legacy Windows versions, the installer will automatically select the NDIS5
|
---|
124 | driver and this cannot be changed. </p>
|
---|
125 | <p>You can force an install of the legacy NDIS5 host network filter driver by specifying
|
---|
126 | <codeph>NETWORKTYPE=NDIS5</codeph>. For example, to install the NDIS5 driver on Windows 7 use either of the
|
---|
127 | following commands: </p>
|
---|
128 | <pre xml:space="preserve">VirtualBox.exe -msiparams NETWORKTYPE=NDIS5</pre>
|
---|
129 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win;.msi NETWORKTYPE=NDIS5</pre>
|
---|
130 | </body>
|
---|
131 |
|
---|
132 | </topic>
|
---|