|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |