Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The

...

<packs> Element

Packs in IzPack are bundles of files grouped under a certain package ID. Each file or set of files in a pack can be given certain attributes, which tell the compiler

...

name

Required.
A comma separated list of pack names.
Pack names per-appended with an exclamation mark '!', will be deselected when this pack is selected.
Pack names that are not per-appended with an exclamation mark will be selected when this pack is selected.

condition

Optional.
When the specified condition is true the onSelect action will work as normal.
When the specified condition is false the onSelect action will have no effect.

<updatecheck> - Cleaning up on updates

...

.

<parsable> - mark text files for variable replacement

See Marking files for variable replacement for more details.

...

See Marking files for execution  for more details.

<updatecheck> - Cleaning up on updates

See Cleaning up unwanted files after updates for details.

<refpack>

The <refpack> takes only one attribute file, which contains the relative path (from the installation compiler) to an externally defined packs-definition. This external packs definition is a regular IzPack installation XML. However the only elements that are used from that XML file are the <packs> and the <resources> elements.

...