Versions Compared

Key

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

...

  • Changes in the listener syntax
    • Available attributes are not installer, compiler and uninstall anymore
    • Now, you specify the classname and the stage of the listener
  • native libraries are now specified in a natives element, e.g.:

...

  • Code Block
    xml
    xml
    <natives>
      

...

  • <native type="izpack" name="ShellLink.dll"/>

...

  • 
      <native type="izpack" name="ShellLink_x64.dll"/>

...

  • 
    

...

  • </natives>