1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic
|
---|
3 | PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
4 | <topic xml:lang="en-us" id="windows-guest-file-extraction">
|
---|
5 | <title>Manual File Extraction</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>If you would like to install the files and drivers manually, you can extract the files from the
|
---|
9 | Windows Guest Additions setup as follows: </p>
|
---|
10 | <pre xml:space="preserve">VBoxWindowsAdditions.exe /extract</pre>
|
---|
11 | <p>To explicitly extract the Windows Guest Additions for another platform than the current running
|
---|
12 | one, such as 64-bit files on a 32-bit system, you must use the appropriate platform installer. Use
|
---|
13 | <filepath>VBoxWindowsAdditions-x86.exe</filepath> or <filepath>VBoxWindowsAdditions-amd64.exe</filepath> with
|
---|
14 | the <codeph>/extract</codeph> parameter. </p>
|
---|
15 | </body>
|
---|
16 |
|
---|
17 | </topic>
|
---|