Unix and Linux Discussions Tagged with installer |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
14,003 |
Shell Programming and Scripting |
|
|
|
4 |
16,335 |
Debian |
|
|
|
3 |
5,621 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
977 |
Software Releases - RSS News |
|
|
|
0 |
892 |
Software Releases - RSS News |
|
|
|
1 |
2,780 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
957 |
Software Releases - RSS News |
|
|
|
0 |
1,978 |
Software Releases - RSS News |
|
|
|
0 |
2,097 |
UNIX and Linux RSS News |
|
|
|
0 |
1,315 |
Software Releases - RSS News |
|
|
|
0 |
1,443 |
Software Releases - RSS News |
|
|
|
0 |
1,715 |
Software Releases - RSS News |
|
|
|
0 |
1,834 |
Software Releases - RSS News |
|
|
|
0 |
1,596 |
Software Releases - RSS News |
|
|
|
0 |
4,732 |
Software Releases - RSS News |
|
|
|
0 |
1,361 |
Software Releases - RSS News |
|
|
|
0 |
2,036 |
Software Releases - RSS News |
|
|
|
2 |
3,326 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
3,390 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,489 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,679 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,872 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,424 |
UNIX for Dummies Questions & Answers |
installer(1M) System Administration Commands installer(1M)
NAME
installer - Solaris Web Start installer utility
SYNOPSIS
installer [-locales list] [-nodisplay] [-noconsole] [-debug]
DESCRIPTION
The installer utility invokes a Web Start install wizard sequence which will lead the user through a sequence of installation panels. This
installer utility is found on many CDs that are shipped with Solaris and it will be found among the top level files of these CDs.
When the installer is on a CD being accessed from a desktop file manager, the installer can be double clicked to start the installation
sequence. If the user is not currently the system's root user, the root user password will be requested.
The installer utility can also be run from other UNIX scripts. Usually, a script is used in conjunction with the utility's -nodis-
play option. Add the -noconsole option for non-interactive scripts.
OPTIONS
The following options are supported:
-locales list Selects product translations for install, corresponding to the specified list of locales if the specified locale transla-
tions are present on the installation media. Locales are supplied in a comma-separated list following the -locales option.
An example list would appear as follows:
installer -locales fr,de,it
This would install products with translations for the French, German, and Italian locales.
-nodisplay Runs the install without a graphical user interface. Use the default product install unless it was modified by the -locales
options.
-noconsole Run the install without any interactive text console device. Useful when paired with -nodisplay for non-interactive UNIX
script use.
-debug Outputs extra information about what the install is doing. Mainly for install diagnostic purposes.
FILES
/var/sadm/install/logs location of installation log files
SEE ALSO
prodreg(1M)
SunOS 5.10 11 December 2001 installer(1M)