Package com.darwinsys.installers

Installers

See:
          Description

Class Summary
InstallerUnpacker The intention is that you put this as Main-class: in a Jar along with everything else - your installer and its data classes and it unpacks the Jar into a temp directory then starts the "real" installer.
InstallerUtils Misc.
 

Package com.darwinsys.installers Description

Installers

This package contains classes useful in building installers. You still need to write some code, which will be detailed here later. Briefly, you need to write a class called installer.Installer, and create a Jar with InstallerUnpacker as its Main-class (in the Manifest). Some time later, when the user launches this jar, InstallerUnpacker will unpack your installer into a temporary directory and run it for you.



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.