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-solaris-unattended">
|
---|
4 | <title>Unattended Installation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | To perform a non-interactive installation of Oracle VM VirtualBox
|
---|
9 | there is a response file named
|
---|
10 | <filepath>autoresponse</filepath>. The installer uses this for
|
---|
11 | responses to inputs, rather than prompting the user.
|
---|
12 | </p>
|
---|
13 | <p>
|
---|
14 | Extract the tar.gz package as described in
|
---|
15 | <xref href="install-solaris-performing.dita#install-solaris-performing"/>. Then open a root
|
---|
16 | terminal session and run the following command:
|
---|
17 | </p>
|
---|
18 | <pre xml:space="preserve">pkgadd -d VirtualBox-<varname>version-number</varname>-SunOS-x86 -n -a autoresponse SUNWvbox</pre>
|
---|
19 | <p>
|
---|
20 | To perform a non-interactive uninstallation, open a root
|
---|
21 | terminal session and run the following command:
|
---|
22 | </p>
|
---|
23 | <pre xml:space="preserve">pkgrm -n -a /opt/VirtualBox/autoresponse SUNWvbox</pre>
|
---|
24 | </body>
|
---|
25 |
|
---|
26 | </topic>
|
---|