Skip to content

Instantly share code, notes, and snippets.

@gkhays
Last active October 9, 2015 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkhays/db56e932d3320762c0b9 to your computer and use it in GitHub Desktop.
Save gkhays/db56e932d3320762c0b9 to your computer and use it in GitHub Desktop.

lzPack Notes

lzPack Documentation
Getting started
Creating Your Own Panels

Sample Installation Definition

Fragment:

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>

  <installation version="1.0">
    <!-- Ant properties in this file can be referenced with @{},
         otherwise use variables below in installer files with ${} -->
    <info>
      <appname>@{product.name}</appname>
      <appversion>@{product.version}</appversion>
      <uninstaller name="remove.task" path="${INSTALL_PATH}/Uninstall" write="yes"/>
    </info>
          
  </installation>

How to use izPack to create an installer (from StackOverflow)

Creating IzPack Custom install and uninstall in Eclipse –Part 1 Setup
Creating IzPack Custom install and uninstall in Eclipse –Part 2 Building The Installer
Creating IzPack Custom install and uninstall in Eclipse –Part 3 Customization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment