VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/install-win-performing.dita

Last change on this file was 108599, checked in by vboxsync, 7 weeks ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

ab13e70df1f11d94f5aa74320f3d5bcd09eb0615 Merge branch 'VBP-1524_intro' into 'main'
2d22f9e3961d9af151d8fd68be179fe158ecdbe8 Updated 7.2 NAT topics
db0dea26b24752c0700fe2482c71096e5e34c144 Second draft for review
1ed94a09615e74cbefb40eae15334256716fce3e Updates to User Guide previously made by changesets 166326 and 166288 in vbox repo.
6dd488e154f44f2fe176a5a8b966c53b4dc9bc11 initial changes more to do
c5daadaa4ca2c9566a138d0f8747ac251409a597 more changes still more to do
f6485c3e017173701848468da9411723eeffaa7a Renamed topics and IDs
7ee42f9b5ec05968c90fdc476c2b2d63d9b729c2 Redrafted as two topics
3d44dd223c479bff7e5e7b4ff04551bf3e100a5c Tidied up unattended installation topics and removed duplication, corrected links.
e55738b05d654b7e3ad4e3bf9d085207703188b0 Updated overview of creating VM
168aee91e9dfffc02caaf409f35dd5a4087acfbe Merge branch 'VBP-1276_createVM' into 'main'
b51d42c208d4a5bc5c8cb0fc3a99180446ebe58e Removed obsolete note, and fixed typo
bf979f08427ff1dbb28c8a746789188416ffd137 Updated refs to Global Tools
e505a3f336b2dd2a8fb518b5dd6df4de3aa4e4be Removed unreferenced files
707ad04594a853717261ca66b320caaeb5b9ebbb Draft changes to network setup
ddda752407bad20a499b04206006b95fc1d6466d Restructured and updated network config topics
809714626c61832152b8f6d709abfbf750904af9 Updated topics for configuring vbox

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
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-&lt;version&gt;-&lt;revision&gt;-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-&lt;version&gt;-&lt;revision&gt;-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-&lt;version&gt;-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-&lt;version&gt;-Win.msi ADDLOCAL=VBoxApplication,VBoxUSB</pre>
121 </body>
122
123</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette