#!/bin/ksh # # "@(#)solarisn 1.7 04/04/20 # # The solarisn installer will continue an install started earlier from the # the Solaris Software CD1. It installs packages from the Solaris CD's # Product area as requested by user during the initial install session # started from Solaris Software CD1. # # Start a Java environment to run a Solaris Web Start class archive file # from the .install directory. full_name=$0 prg_name=`/usr/bin/basename $full_name` dir_name=`/usr/bin/dirname $full_name` exec ${dir_name}/.install/install_common ${prg_name} $@