Jump to content

User:AmandeepGrewal/PackJacket: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 20: Line 20:
| website = http://www.packjacket.sf.com/
| website = http://www.packjacket.sf.com/
}}
}}
'''PackJacket''' is an [[open source]] application to create cross-platform [[Java (software platform)|Java]] installer. The installer generated can be a [[JAR (file format)|JAR]] or an [[EXE]].
'''PackJacket''' is an [[open source]] application to create cross-platform [[Java (software platform)|Java]] installers. The installer generated can be a [[JAR (file format)|JAR]] or an [[EXE]].


PackJacket takes care of the [[XML]] code, compiling to [[Java (software platform)|Java]], and wrapping into an [[EXE]] for faster and simpler generation of installers.
PackJacket takes care of the [[XML]] code, compiling to [[Java (software platform)|Java]], and wrapping into an [[EXE]] for faster and simpler generation of installers.
Line 61: Line 61:
* Parents of packs
* Parents of packs
* Make any file executable
* Make any file executable

== External references ==
* [http://packjacket.sf.net The project website]
* [http://packjacket.sf.net/download.html The project downloads page]

Revision as of 23:39, 4 November 2008

PackJacket
Developer(s)Amandeep Grewal, Manodasan Wignarajah
Initial releaseAugust 3, 2008 (2008-08-03)
Stable release
0.3 / October 20, 2008; 15 years ago (2008-10-20)
Written inJava
Operating systemCross-platform
TypeSoftware development tools
LicenseGNU General Public License
Websitehttp://www.packjacket.sf.com/

PackJacket is an open source application to create cross-platform Java installers. The installer generated can be a JAR or an EXE.

PackJacket takes care of the XML code, compiling to Java, and wrapping into an EXE for faster and simpler generation of installers.

PackJacket is released under the terms of the GNU General Public License.

Features

General

  • Cross-platform GUI - Confirmed to work on Windows Vista and Ubuntu
  • Save configurations
  • Create XML, JAR, EXE installers
  • Open-source - Licensed under GPL

Add to Installer

  • General information (i.e. name, version, website)
  • Authors of application
  • License and info panels in text or html form
  • Dimensions of the installer
  • Languages installer will be available in
  • Assortment of common panels
  • Windows/Unix shortcuts
  • Change Look and Feel depending on the user's operating system
  • Header text and images on installer
  • Step Counter (e.g. Step 3 of 7) in form of text or progress bar
  • Logo on language selection screen
  • Image on side of installer
  • Installer can be split up
  • Packs, more below
  • User Input to get some input from the user
  • Running processes

Packs

  • General information (i.e. name, desription, mandatory, pre-selected)
  • Icon
  • What packs it depends on
  • What operating system to install on
  • Add files, directories
  • Rename a file once installed
  • What operating system to install the file on
  • Parents of packs
  • Make any file executable

External references