| This is the Applications entry point, it has a main method to run the
installer. The main method is only for scripted installs.
It is here that the command line options are parsed and it
is determined which type of install (swing or text) will be run.
Reads the config, determines the runner, runs it and outputs the
properties file, The Ant targets are then called by the AntRunner.
This class also builds the internal Objects from the XML config file.
This class can also be called by external tools to launch the installer
currently two options are provided to launch from Jars.
Copyright: Copyright (c) 2004
Company: tp23
author: Paul Hinds version: $Id: ExecInstall.java,v 1.9 2007/01/19 00:24:36 teknopaul Exp $ |