Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Dashboard
IzPack
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<h1>Introduction</h1> <h2>Welcome to IzPack !</h2> <p>IzPack is a tool that will help you to solve your software installation problems. It is a JavaTM based software installer builder that will run on any operating system coming with a <em>Java Virtual Machine (JVM)</em> that is compliant with the Sun JVM 1.5 or higher. Its design is very modular and you will be able to choose how <strong>you</strong> want your installer to look and you will also be able to customize it using a very simple <em>Application Programming Interface (API)</em>. Although IzPack is essentially a JavaTM only application (it can run on virtually any operating system), it can interact in a clean way with the underlying operating system. Native code can interact with it on a specific platform without disturbing the operation on incompatible operating systems. For instance, you can develop Unix-specific code that will be silent if run on Windows. To put it in a nutshell, whereas most of the other JavaTM installers force you to go their way, IzPack will let you go <strong>your way</strong>. Some respectable companies have been using it in order to produce customized installers for their <em>very</em> specific needs.</p> <p><em>"So, if it's so good, how much is it ?"</em> : well, you can get it for free. <strong>BUT</strong> IzPack is not a <em>freeware</em>. It's not <em>free</em> as in <em>"free beer"</em> but <em>"free as in free speech"</em>. So it's neither <em>freeware</em> nor <em>public domain</em>. It is software covered by the Apache Software License 2.0. You have access to the IzPack source code and you can modify it to make it suit your needs.</p> <p><strong>You are not required to publish your modifications</strong> per the terms of the Apache Software License. However if you have made general-purpose changes, please consider <strong>contributing them back</strong> as it will benefit to the larger IzPack community. Another benefit of contributing back your changes is that you won't have to maintain your own patches and apply them back whenever we publish a new version of the software...</p> <p>To learn more about the Apache Software License 2.0, visit <a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a></p> <h2>The Features</h2> <p>IzPack uses XML files to describe installations. When you make an installer, you have a choice of panels. You can see panels as a kind of plugin that composes the installer. For instance, a panel can choose the installation path, the packs to install, prompt the user for a license agreement and so on. This approach is very modular. You can also create your own panels if you have specific needs. In some cases you even have a choice from multiple panel versions for the same task. You can also choose the order in which panels appear during the installation process. IzPack can be used in a number of different ways:</p> <ul> <li>by writing the XML installation file "by hand" and compiling it with the command line compiler</li> <li>by invoking the compiler from the great Apache Ant tool (see <a href="http://ant.apache.org/)">http://ant.apache.org/)</a> as IzPack can be used as a task for Ant</li> </ul> <p>Here is a brief (and certainly incomplete !) list of the main IzPack features :</p> <ul> <li>XML based installation files</li> <li>easy internationalization using XML files (10 translations are already available)</li> <li>Ant integration, command-line compiler</li> <li>easy customization with the panels and a rich API (even an XML parser is included !)</li> <li>powerful variable substitution system that you can use to customize scripts and more generally any text-based file</li> <li>powerful condition system that can be used to conditionally show panels, user input fields and execute files conditionally</li> <li>different kinds of installers (standard, web-based, multi-volume, ...)</li> <li>launching of external executables during the installation process and Unix executable flag support (useful for the scripts for instance)</li> <li>layout of the installation files in packs (some can be optional)</li> <li>native code integration facilities</li> <li>jar files nesting support</li> <li>... <em>more things to discover and create !</em>.</li> </ul> <h2>The Development</h2> <p>I started writing IzPack in April 2001 and many people have helped me improving it since. i prefer not to mention them here as i would for sure forget some of them, so please check the file named <code>Thanks.txt</code> which i try to get as up-to-date as possible in order to mention everyone who helped me. As far as i'm concerned, i'm a french student and i rather see this as a fun activity in my free time where i can learn a lot of great things. The contributors to the project are both individuals and companies. Help can take any form :</p> <ul> <li>translations</li> <li>new features and various fixes</li> <li>bug fixes</li> <li>writing manuals</li> <li>... anything else you like <img class="emoticon emoticon-smile" data-emoticon-name="smile" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/smile.png" alt="(smile)" title="(smile)" /></li> </ul> <p>The official IzPack homepage is located at <a href="http://izpack.org/.">http://izpack.org/.</a> The IzPack developer services are generously hosted by Codehaus at <a href="http://izpack.codehaus.org/.">http://izpack.codehaus.org/.</a> The project is grateful to the BerliOS community for havinh hosted the services in the past.</p> <h2>3rd party code used in IzPack</h2> <p>IzPack uses several 3rd party libraries and i would like to mention them in respect for their respective authors work :</p> <ul> <li><em>NanoXML</em> by Marc De Scheemaecker: the XML parser used inside IzPack and released under a <em>zlib/png</em>-style license - see <a href="http://nanoxml.sourceforge.net/">http://nanoxml.sourceforge.net/</a></li> <li><em>Kunststoff Look and Feel</em> by Incors Gmbh: a SwingTM Look and Feel that can be used for installers. Released under the LGPL license - see <a href="http://www.incors.org/">http://www.incors.org/</a></li> <li><em>Tango Icons</em>: icons from the Tango project at <a href="http://tango.freedesktop.org/">http://tango.freedesktop.org/</a></li> <li><em>Some Apache Jakarta classes and libraries</em>: released under the <em>Apache License</em></li> <li><em>Metouia Look and Feel</em> by Taoufik Romdhane: released under the <em>LGPL license</em> - see <a href="http://mlf.sf.net/">http://mlf.sf.net/</a></li> <li><em>Liquid Look and Feel</em> by Miroslav Lazarevic: released under the <em>LGPL license</em> - see liquidlnf.sf.net/</li> <li><em>JGoodies Looks</em> by Karsten Lentzsch: released under a <em>BSD-style license</em> - see <a href="http://looks.dev.java.net/">http://looks.dev.java.net/</a></li> <li><em>Nimbus look and feel</em> by Sun Microsystems under a LGPL license - see <a href="https://nimbus.dev.java.net/">https://nimbus.dev.java.net/</a></li> </ul> <p>So, now let's dive into understanding how IzPack works. You'll be surprised to see how powerful and simple it can be <img class="emoticon emoticon-smile" data-emoticon-name="smile" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/smile.png" alt="(smile)" title="(smile)" /></p>
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced