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 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> 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 <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, and which components
|
---|
34 | to install. In addition to the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> 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 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> 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 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> 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 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> API, see <xref href="VirtualBoxAPI.dita"><ph conkeyref="vbox-conkeyref-phrases/product-name"/> 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> Python version 3 is required. Python version 2.x is no longer supported. </p>
|
---|
66 | </note>
|
---|
67 | </li>
|
---|
68 | </ul>
|
---|
69 | <p>
|
---|
70 | Depending on your Windows configuration, you may see warnings
|
---|
71 | about unsigned drivers, or similar. Click
|
---|
72 | <b outputclass="bold">Continue</b> for these warnings, as
|
---|
73 | otherwise <ph conkeyref="vbox-conkeyref-phrases/product-name"/> might not function correctly after
|
---|
74 | installation.
|
---|
75 | </p>
|
---|
76 | <p>
|
---|
77 | The installer will create an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> group in the Windows
|
---|
78 | <b outputclass="bold">Start</b> menu, which enables you
|
---|
79 | to launch the application and access its documentation.
|
---|
80 | </p>
|
---|
81 | <p>
|
---|
82 | With standard settings, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will be installed for all
|
---|
83 | users on the local system. If this is not wanted, you must
|
---|
84 | invoke the installer by first extracting as follows:
|
---|
85 | </p>
|
---|
86 | <pre xml:space="preserve">VirtualBox.exe -extract</pre>
|
---|
87 | <p>
|
---|
88 | Then, run either of the following commands on the extracted .MSI
|
---|
89 | file. This will install <ph conkeyref="vbox-conkeyref-phrases/product-name"/> only for the current
|
---|
90 | user.
|
---|
91 | </p>
|
---|
92 | <pre xml:space="preserve">VirtualBox.exe -msiparams ALLUSERS=2</pre>
|
---|
93 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ALLUSERS=2</pre>
|
---|
94 | <p>
|
---|
95 | If you do not want to install all features of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>,
|
---|
96 | you can set the optional <codeph>ADDLOCAL</codeph> parameter
|
---|
97 | to explicitly name the features to be installed. The following
|
---|
98 | features are available:
|
---|
99 | </p>
|
---|
100 | <dl>
|
---|
101 | <dlentry>
|
---|
102 | <dt>
|
---|
103 | VBoxApplication
|
---|
104 | </dt>
|
---|
105 | <dd>
|
---|
106 | <p>
|
---|
107 | Main binaries of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
|
---|
108 | </p>
|
---|
109 | <note>
|
---|
110 | <p>
|
---|
111 | This feature must not be absent, since it contains the
|
---|
112 | minimum set of files to have working <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
|
---|
113 | installation.
|
---|
114 | </p>
|
---|
115 | </note>
|
---|
116 | </dd>
|
---|
117 | </dlentry>
|
---|
118 | <dlentry>
|
---|
119 | <dt>
|
---|
120 | VBoxUSB
|
---|
121 | </dt>
|
---|
122 | <dd>
|
---|
123 | <p>
|
---|
124 | USB support.
|
---|
125 | </p>
|
---|
126 | </dd>
|
---|
127 | </dlentry>
|
---|
128 | <dlentry>
|
---|
129 | <dt>
|
---|
130 | VBoxNetwork
|
---|
131 | </dt>
|
---|
132 | <dd>
|
---|
133 | <p>
|
---|
134 | All networking support. This includes the VBoxNetworkFlt
|
---|
135 | and VBoxNetworkAdp features.
|
---|
136 | </p>
|
---|
137 | </dd>
|
---|
138 | </dlentry>
|
---|
139 | <dlentry>
|
---|
140 | <dt>
|
---|
141 | VBoxNetworkFlt
|
---|
142 | </dt>
|
---|
143 | <dd>
|
---|
144 | <p>
|
---|
145 | Bridged networking support.
|
---|
146 | </p>
|
---|
147 | </dd>
|
---|
148 | </dlentry>
|
---|
149 | <dlentry>
|
---|
150 | <dt>
|
---|
151 | VBoxNetworkAdp
|
---|
152 | </dt>
|
---|
153 | <dd>
|
---|
154 | <p>
|
---|
155 | Host-only networking support
|
---|
156 | </p>
|
---|
157 | </dd>
|
---|
158 | </dlentry>
|
---|
159 | <dlentry>
|
---|
160 | <dt>
|
---|
161 | VBoxPython
|
---|
162 | </dt>
|
---|
163 | <dd>
|
---|
164 | <p>
|
---|
165 | Python support
|
---|
166 | </p>
|
---|
167 | </dd>
|
---|
168 | </dlentry>
|
---|
169 | </dl>
|
---|
170 | <p>
|
---|
171 | For example, to only install USB support along with the main
|
---|
172 | binaries, run either of the following commands:
|
---|
173 | </p>
|
---|
174 | <pre xml:space="preserve">VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
175 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win.msi ADDLOCAL=VBoxApplication,VBoxUSB</pre>
|
---|
176 | <p>
|
---|
177 | The user is able to choose between NDIS5 and NDIS6 host network
|
---|
178 | filter drivers during the installation. This is done using a
|
---|
179 | command line parameter, <codeph>NETWORKTYPE</codeph>. The
|
---|
180 | NDIS6 driver is the default for most supported Windows hosts.
|
---|
181 | For some legacy Windows versions, the installer will
|
---|
182 | automatically select the NDIS5 driver and this cannot be
|
---|
183 | changed.
|
---|
184 | </p>
|
---|
185 | <p>
|
---|
186 | You can force an install of the legacy NDIS5 host network filter
|
---|
187 | driver by specifying <codeph>NETWORKTYPE=NDIS5</codeph>. For
|
---|
188 | example, to install the NDIS5 driver on Windows 7 use either of
|
---|
189 | the following commands:
|
---|
190 | </p>
|
---|
191 | <pre xml:space="preserve">VirtualBox.exe -msiparams NETWORKTYPE=NDIS5</pre>
|
---|
192 | <pre xml:space="preserve">msiexec /i VirtualBox-<version>-Win;.msi NETWORKTYPE=NDIS5</pre>
|
---|
193 | </body>
|
---|
194 |
|
---|
195 | </topic>
|
---|