Changeset 107296 in vbox for trunk/doc/manual/en_US/dita/topics/install-win-performing.dita
- Timestamp:
- Dec 12, 2024 11:07:22 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 166326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/install-win-performing.dita
r105303 r107296 3 3 <topic xml:lang="en-us" id="install-win-performing"> 4 4 <title>Performing the Installation</title> 5 5 6 6 <body> 7 7 <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> installation can be started in either of the following … … 119 119 <pre xml:space="preserve">VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</pre> 120 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 is122 done using a command line parameter, <codeph>NETWORKTYPE</codeph>. The NDIS6 driver is the default for most123 supported Windows hosts. For some legacy Windows versions, the installer will automatically select the NDIS5124 driver and this cannot be changed. </p>125 <p>You can force an install of the legacy NDIS5 host network filter driver by specifying126 <codeph>NETWORKTYPE=NDIS5</codeph>. For example, to install the NDIS5 driver on Windows 7 use either of the127 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 121 </body> 131 122 132 123 </topic>
Note:
See TracChangeset
for help on using the changeset viewer.