All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.darwinsys.installers.package.html Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version


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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy