...
This is partially documented in http://izpack.org/documentation/panels.html#processpanel DOES THIS NEED TO BE ADDED TO THE VERSION 5 DOCS?
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<processing>
<logfiledir>$INSTALL_PATH</logfiledir>
<job name="setup">
<executeclass name="org.callimachusproject.HelloWorld"></executeclass>
</job>
<onFail previous="true" next="false" />
<onSuccess previous="false" next="true" />
</processing> |
...