com.darwinsys.installers.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of darwinsys-api Show documentation
Show all versions of darwinsys-api Show documentation
Ian Darwin's assorted Java stuff,
assembled as an API.
Desktop Software 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.