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>
|
---|
8 | The Oracle VM VirtualBox installation can be started in either of the
|
---|
9 | following ways:
|
---|
10 | </p>
|
---|
11 | <ul>
|
---|
12 | <li>
|
---|
13 | <p>
|
---|
14 | By double-clicking on the executable file.
|
---|
15 | </p>
|
---|
16 | </li>
|
---|
17 | <li>
|
---|
18 | <p>
|
---|
19 | By entering the following command:
|
---|
20 | </p>
|
---|
21 | <pre xml:space="preserve">VirtualBox-<version>-<revision>-Win.exe -extract</pre>
|
---|
22 | <p>
|
---|
23 | This will extract the installer into a temporary directory,
|
---|
24 | along with the .MSI file. Run the following command to
|
---|
25 | perform the installation:
|
---|
26 | </p>
|
---|
27 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-<revision>-Win.msi</pre>
|
---|
28 | </li>
|
---|
29 | </ul>
|
---|
30 | <p>
|
---|
31 | Using either way displays the installation
|
---|
32 | <b outputclass="bold">Welcome</b> dialog and enables you
|
---|
33 | to choose where to install Oracle VM VirtualBox, and which components
|
---|
34 | to install. In addition to the Oracle VM VirtualBox application, the
|
---|
35 | following components are available:
|
---|
36 | </p>
|
---|
37 | <ul>
|
---|
38 | <li>
|
---|
39 | <p><b outputclass="bold">USB support.</b> This package
|
---|
40 | contains special drivers for your Windows host that
|
---|
41 | Oracle VM VirtualBox requires to fully support USB devices inside
|
---|
42 | your virtual machines.
|
---|
43 | </p>
|
---|
44 | </li>
|
---|
45 | <li>
|
---|
46 | <p><b outputclass="bold">Networking.</b> This package
|
---|
47 | contains extra networking drivers for your Windows host that
|
---|
48 | Oracle VM VirtualBox needs to support Bridged Networking. This
|
---|
49 | enables your VM's virtual network cards to be accessed from
|
---|
50 | other machines on your physical network.
|
---|
51 | </p>
|
---|
52 | </li>
|
---|
53 | <li>
|
---|
54 | <p><b outputclass="bold">Python support.</b> This
|
---|
55 | package contains Python scripting support for the
|
---|
56 | Oracle VM VirtualBox API, see <xref href="VirtualBoxAPI.dita">Oracle VM VirtualBox Programming Interfaces</xref>.
|
---|
57 | For this to work, an already working Windows Python
|
---|
58 | installation on the system is required.
|
---|
59 | </p>
|
---|
60 | <p>
|
---|
61 | See, for example:
|
---|
62 | <ph>http://www.python.org/download/windows/</ph>.
|
---|
63 | </p>
|
---|
64 | <note>
|
---|
65 | <p>
|
---|
66 | Python version at least 2.6 is required. Python 3 is also
|
---|
67 | supported.
|
---|
68 | </p>
|
---|
69 | </note>
|
---|
70 | </li>
|
---|
71 | </ul>
|
---|
72 | <p>
|
---|
73 | Depending on your Windows configuration, you may see warnings
|
---|
74 | about unsigned drivers, or similar. Click
|
---|
75 | <b outputclass="bold">Continue</b> for these warnings, as
|
---|
76 | otherwise Oracle VM VirtualBox might not function correctly after
|
---|
77 | installation.
|
---|
78 | </p>
|
---|
79 | <p>
|
---|
80 | The installer will create an Oracle VM VirtualBox group in the Windows
|
---|
81 | <b outputclass="bold">Start</b> menu, which enables you
|
---|
82 | to launch the application and access its documentation.
|
---|
83 | </p>
|
---|
84 | <p>
|
---|
85 | With standard settings, Oracle VM VirtualBox will be installed for all
|
---|
86 | users on the local system. If this is not wanted, you must
|
---|
87 | invoke the installer by first extracting as follows:
|
---|
88 | </p>
|
---|
89 | <pre xml:space="preserve">VirtualBox.exe -extract</pre>
|
---|
90 | <p>
|
---|
91 | Then, run either of the following commands on the extracted .MSI
|
---|
92 | file. This will install Oracle VM VirtualBox only for the current
|
---|
93 | user.
|
---|
94 | </p>
|
---|
95 | <pre xml:space="preserve">VirtualBox.exe -msiparams ALLUSERS=2</pre>
|
---|
96 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ALLUSERS=2</pre>
|
---|
97 | <p>
|
---|
98 | If you do not want to install all features of Oracle VM VirtualBox,
|
---|
99 | you can set the optional <codeph>ADDLOCAL</codeph> parameter
|
---|
100 | to explicitly name the features to be installed. The following
|
---|
101 | features are available:
|
---|
102 | </p>
|
---|
103 | <dl>
|
---|
104 | <dlentry>
|
---|
105 | <dt>
|
---|
106 | VBoxApplication
|
---|
107 | </dt>
|
---|
108 | <dd>
|
---|
109 | <p>
|
---|
110 | Main binaries of Oracle VM VirtualBox.
|
---|
111 | </p>
|
---|
112 | <note>
|
---|
113 | <p>
|
---|
114 | This feature must not be absent, since it contains the
|
---|
115 | minimum set of files to have working Oracle VM VirtualBox
|
---|
116 | installation.
|
---|
117 | </p>
|
---|
118 | </note>
|
---|
119 | </dd>
|
---|
120 | </dlentry>
|
---|
121 | <dlentry>
|
---|
122 | <dt>
|
---|
123 | VBoxUSB
|
---|
124 | </dt>
|
---|
125 | <dd>
|
---|
126 | <p>
|
---|
127 | USB support.
|
---|
128 | </p>
|
---|
129 | </dd>
|
---|
130 | </dlentry>
|
---|
131 | <dlentry>
|
---|
132 | <dt>
|
---|
133 | VBoxNetwork
|
---|
134 | </dt>
|
---|
135 | <dd>
|
---|
136 | <p>
|
---|
137 | All networking support. This includes the VBoxNetworkFlt
|
---|
138 | and VBoxNetworkAdp features.
|
---|
139 | </p>
|
---|
140 | </dd>
|
---|
141 | </dlentry>
|
---|
142 | <dlentry>
|
---|
143 | <dt>
|
---|
144 | VBoxNetworkFlt
|
---|
145 | </dt>
|
---|
146 | <dd>
|
---|
147 | <p>
|
---|
148 | Bridged networking support.
|
---|
149 | </p>
|
---|
150 | </dd>
|
---|
151 | </dlentry>
|
---|
152 | <dlentry>
|
---|
153 | <dt>
|
---|
154 | VBoxNetworkAdp
|
---|
155 | </dt>
|
---|
156 | <dd>
|
---|
157 | <p>
|
---|
158 | Host-only networking support
|
---|
159 | </p>
|
---|
160 | </dd>
|
---|
161 | </dlentry>
|
---|
162 | <dlentry>
|
---|
163 | <dt>
|
---|
164 | VBoxPython
|
---|
165 | </dt>
|
---|
166 | <dd>
|
---|
167 | <p>
|
---|
168 | Python support
|
---|
169 | </p>
|
---|
170 | </dd>
|
---|
171 | </dlentry>
|
---|
172 | </dl>
|
---|
173 | <p>
|
---|
174 | For example, to only install USB support along with the main
|
---|
175 | binaries, run either of the following commands:
|
---|
176 | </p>
|
---|
177 | <pre xml:space="preserve">VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
178 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
179 | <p>
|
---|
180 | The user is able to choose between NDIS5 and NDIS6 host network
|
---|
181 | filter drivers during the installation. This is done using a
|
---|
182 | command line parameter, <codeph>NETWORKTYPE</codeph>. The
|
---|
183 | NDIS6 driver is the default for most supported Windows hosts.
|
---|
184 | For some legacy Windows versions, the installer will
|
---|
185 | automatically select the NDIS5 driver and this cannot be
|
---|
186 | changed.
|
---|
187 | </p>
|
---|
188 | <p>
|
---|
189 | You can force an install of the legacy NDIS5 host network filter
|
---|
190 | driver by specifying <codeph>NETWORKTYPE=NDIS5</codeph>. For
|
---|
191 | example, to install the NDIS5 driver on Windows 7 use either of
|
---|
192 | the following commands:
|
---|
193 | </p>
|
---|
194 | <pre xml:space="preserve">VirtualBox.exe -msiparams NETWORKTYPE=NDIS5</pre>
|
---|
195 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win;.msi NETWORKTYPE=NDIS5</pre>
|
---|
196 | </body>
|
---|
197 |
|
---|
198 | </topic>
|
---|