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-mac-unattended">
|
---|
4 | <title>Unattended Installation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>To perform a noninteractive installation of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> you can use the
|
---|
8 | command line version of the installer application. </p>
|
---|
9 | <p>Mount the <filepath>dmg</filepath> disk image file, as described in the installation procedure, or use the
|
---|
10 | following command line: </p>
|
---|
11 | <pre xml:space="preserve">hdiutil attach /path/to/VirtualBox-xyz.dmg</pre>
|
---|
12 | <p>Open a terminal session and run the following command: </p>
|
---|
13 | <pre xml:space="preserve">sudo installer -pkg /Volumes/VirtualBox/VirtualBox.pkg -target /Volumes/Macintosh\ HD</pre>
|
---|
14 | </body>
|
---|
15 |
|
---|
16 | </topic>
|
---|