Last change
on this file since 105289 was 105289, checked in by vboxsync, 6 months ago |
Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
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>To perform a noninteractive installation of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> there is a
|
---|
8 | response file named <filepath>autoresponse</filepath>. The installer uses this for responses to inputs, rather
|
---|
9 | than prompting the user. </p>
|
---|
10 | <p>Extract the tar.gz package as described in <xref
|
---|
11 | href="install-solaris-performing.dita#install-solaris-performing"/>. Then open a root terminal session and run
|
---|
12 | the following command: </p>
|
---|
13 | <pre xml:space="preserve">pkgadd -d VirtualBox-<varname>version-number</varname>-SunOS-x86 -n -a autoresponse SUNWvbox</pre>
|
---|
14 | <p>To perform a noninteractive uninstallation, open a root terminal session and run the following command: </p>
|
---|
15 | <pre xml:space="preserve">pkgrm -n -a /opt/VirtualBox/autoresponse SUNWvbox</pre>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.