1
0
Fork 0
virtualbox/doc/manual/en_US/dita/topics/install-solaris-unattended.dita
Daniel Baumann 2b3ba1f3e4
Merging upstream version 7.1.8-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-24 20:41:59 +02:00

18 lines
1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="install-solaris-unattended">
<title>Unattended Installation</title>
<body>
<p>To perform a noninteractive installation of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> there is a
response file named <filepath>autoresponse</filepath>. The installer uses this for responses to inputs, rather
than prompting the user. </p>
<p>Extract the tar.gz package as described in <xref
href="install-solaris-performing.dita#install-solaris-performing"/>. Then open a root terminal session and run
the following command: </p>
<pre xml:space="preserve">pkgadd -d VirtualBox-<varname>version-number</varname>-SunOS-x86 -n -a autoresponse SUNWvbox</pre>
<p>To perform a noninteractive uninstallation, open a root terminal session and run the following command: </p>
<pre xml:space="preserve">pkgrm -n -a /opt/VirtualBox/autoresponse SUNWvbox</pre>
</body>
</topic>